Hi I want to do variant calling for more than 60 samples using haplotype caller. I want to know, I should do it with multiple samples using this command :
java -Xmx16g -jar GenomeAnalysisTK-3.8-0-ge9d806836/GenomeAnalysisTK.jar -R Equus_caballus.EquCab2.dna.toplevel.fa -T HaplotypeCaller -I sample-1.bam -I sample-2 -I sample-3 ......-I sample-60 -ERC GVCF -o output.vcf.gz
I want to know is it a true method?
What do you mean by "true method"? Also, please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.thank you for your attention. I mean can I do variant calling for 60 samples or I should do it separately for each sample? because when I do it separately for each sample, I have only two Genotypes per SNP (0/1 or 1/1) in g.vcf files.
Hi siyavash_damdar,
Please follow up on all your previous questions and provide feedback.
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Note that future questions might be closed if you do not provide feedback on older threads.
Cheers,
Wouter
Hi Thank you for useful comment. Yes of course, I did it. The best, Siavash