which is good haplotypecaller and UnifiedGenotyper?
Asslamu Alikum
I am new user of GATK tool.
I successfully generated vcf file by GATK using follow ing command
java -jar GenomeAnalysisTK.jar -R /media/misbah/dccc4c9e-df84-4f29-bd64-e6f88cf7dbce/misbah_test_folder/DQ1_annotation/ucsc_canfam3/canFam3.fa -T UnifiedGenotyper -maxAltAlleles 15 -I /media/misbah/dccc4c9e-df84-4f29-bd64-e6f88cf7dbce/dog_bamfiles/dq1_bam_test/chr1.bam -o /media/misbah/dccc4c9e-df84-4f29-bd64-e6f88cf7dbce/misbah_test_folder/DQ1_annotation/ucsc_canfam3/unified_output.raw.snps.indels.g.vcf"
I used this vcf file for further annotation by snpeff. but now I am confused between haplotypecaller and UnifiedGenotyper. which is best one. Kindly tell me which one is good for this purpose
• 3,513 views
•
link
1 answer
but now I am confused between haplotypecaller and UnifiedGenotyper. which is best one. Kindly tell me which one is good for this purpose
This (UnifiedGenotyper) tool has been deprecated in favor of HaplotypeCaller, a much more sophisticated variant caller that produces much better calls, especially on indels, and includes features that allow it to scale to much larger cohort sizes.
• 0 views
•
link
Log in to answer this question.
Welcome to biostars. Interesting guidelines for posting can be found in the following posts:
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted. ![Upvote|Bookmark|Accept][1]