Speeding up HaplotypeCaller analysis
how can I speed up the HaplotypeCaller command running?
input bam file is about 16G and running time using the below command is about 15 hours.
java -Xmx64G -jar GenomeAnalysisTK.jar -nt 1 -nct 34 -T HaplotypeCaller -R Renamed.fasta -I realigned.bam -o raw_variants.g.vcf.gz -ERC GVCF
GATK version: 3.7
CPU: 2.2 * 48
RAM: 251G
• 39 views
Read more here: Source link