example generic command for INDEL calling using the Unified Genotyper
Posted in Ask the team | Last updated on 2013-01-11 14:24:02


There are 1 comments on this article. To see them or add your own, view this post on the forum


Hello,

Could anyone give me an example generic command for single-sample and multi-sample INDEL calling using the Unified Genotyper? I only found documentation for SNP calling. And when I tried something like that :

java -jar GenomeAnalysisTK.jar \
-R resources/Homo_sapiens_assembly19.fasta \
-T UnifiedGenotyper \
-I input.bam \
--dbsnp dbsnp_137.b37.vcf \
--genotype_likelihoods_model INDEL \
-o output.indels.raw.vcf \
-stand_call_conf 50.0 \
-stand_emit_conf 10.0 \
-dcov 50

The number of indels detected and reported in my output vcf file is too low (only 400 indels for an exome).

Thank you for any help you can provide me, Geoffroy


Return to top

There are 1 comments on this article. To see them or add your own, view this post on the forum