Is there an C++ tool to implement GATK ?
HI , I am familiar with C++, so is there a tool to implement GATK using C++ ?
Best!
gatk
genome
snp
next-gen
• 2,740 views
•
link
written
by
winter_li •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
allele matching between identical genotypes
written by rj.rezwan •Hi, I have the variant calling output in the form of `vcf` files. Variant calling was done with `GATK haplotypecaller`. I am interested in performing …
-
Predicting protein fold using known stracture
written by blurHi, I have a beta lactamase gene that I would like to construct into a 3D stracture. There are prevouos 3D stractures available for similar …
-
Variant calling tool for Bacterial NGS data
written by Boberoni •Hi everyone, I am working on a cell line authentication project to identify different aspects (verify organism, the genome does not differ too much from …
-
Get genome position and sequence with extra bases of a DNA sequence (python)
written by PaSua •Hi everyone. So I have one genome (NC_007779.1) and a sequence (AGAAGTGCCAGACT) that belongs to it. Since I am trying to develop a tool for …
-
dbsnp file for C. elegans
written by biomagicianHi, I want to use this tool here from GATK: https://software.broadinstitute.org/gatk/documentation/tooldocs/current/org_broadinstitute_gatk_tools_walkers_varianteval_VariantEval.php VariantEval It has the optional option to input a dbsnp file --dbsnp. Does anybody …
-
Get single cigar character for every position from reference start position to end position for a r…
written by winter_li •HI, ref_start_position is 100 and ref_end_position is 175, so is there a function to return every cigar character for each ref position from 100 to …
-
how to extract all reads covered at the somatic SNP site that from a BAM file in VCF file with…
written by winter_li •HI , I am doing some tumor research. I used GATK to call somatic SNV . now I have the tumor bam file and VCF …
-
what's the difference between mapping PE fastqs to genome and to specified target region?
written by winter_li •Hi, I built a new reference with a gene sequence. Step 1: Using PE fastqs to map complete genome (hg19) Step 2: Using PE fastqs …
-
How To Implement Profile Hmm In Own Web-Based Tool?
written by Ashmit •Hi, I am not so expert in programming. I have some protein families. I want to create a local HMMER like webserver/tool and implement hmmsearch …
-
Why Is "-Knownsites" Option Required In Gkno'S "Gatk-Count-Covariates" Tool?
written by Carlos Borroto<p>Hi,</p> <p>I recently found about gkno and I'm getting familiar with it. I have limited experience using GATK and I was wondering why is gkno …
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 ).