Entering edit mode
7.8 years ago
winter_li
▴
60
HI , I am familiar with C++, so is there a tool to implement GATK using C++ ?
Best!
HI , I am familiar with C++, so is there a tool to implement GATK using C++ ?
Best!
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
What do you mean with "implement"?
That should mean "re-code" but we have no additional context :)
That's what it means, but I don't think it's what OP means :-)
HI, It' means to re-write GATK to use C++ or other language.
GATK is a set of numerous tools using map/reduction of data. Some tools already exist as a C++ program (e.g: SelectVariants can be compared to bcftools view ).