More posts like this
-
allele matching between identical genotypes
written by rj.rezwan 2Hi, I have the variant calling output in the form of `vcf` files. Variant calling was done with `GATK haplotypecaller`. I am interested in performing …
-
Variant calling tool for Bacterial NGS data
written by Boberoni 2Hi 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 0Hi 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 …
-
Is there a full one link for exome raw fastq to vcf pipleine in gatk?
written by Tania 18Hi Everyone I am new to exome data variant calling. I usually start from a given vcf. I am looking for GATK Pipleine and it …
-
dbsnp file for C. elegans
written by biomagician 41Hi, 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 6HI, 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 6HI , 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 6Hi, 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 0Hi, 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 209<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 ).