HaplotypeCaller speed
Posted in Ask the team | Last updated on 2012-09-10 15:30:14


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


Hi,

how does the speed of the haplotypeCaller usually compare to that of the UnifiedGenotyper?

When I try to use it, it seems to be about 90x slower.

these are the command lines I use:

java -jar -Xmx32g GenomeAnalysisTK.jar -R hg19.fasta -T UnifiedGenotyper -dcov 1000 -I file.bam -o file.vcf -L myTarget

java -jar -Xmx32g GenomeAnalysisTK.jar -R hg19.fasta -T HaplotypeCaller -dcov 1000 -I file.bam -o file.vcf -L myTarget

thanks!


Return to top

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