how can i set num of cores when use haplotypecaller
version: 4.1.9.0
my command: gatk --java-options "-Xmx16G" HaplotypeCaller -I bam -R fasta -mbq 20 -O vcf.gz
which option can setting the function?
I can`t find this option by too many option of HaplotypeCaller.
Thanks.
-
Some of GATK tools use multi-threads, but most don't. Usually user should split their interval files and process each of them simultaneously to speed up. Once all intervals are finished, one can merge the results as the final one.
-
hi , woodword, that a good idea.
sorry, I just saw it. I chose haplotypecallerSpark to callvariant, it can also solve my problem.
Thanks for replying.
-
woodword Thank you so much for jumping in and helping the GATK community by contributing to the information we provide to the community through this forum!!
Please sign in to leave a comment.
3 comments