Hello Community,
I'm Shamsur. I was dealing with variant calling.
Is it possible to get snp id's while generating vcf file, like this image
I got this from my professor. It represent bangladeshi goat breed snp. Here this vcf file has ID for snp's and also dbSNP_143 was used to get these ID's.
Now here is what I got while doing varient calling. In my case ID has a dot(.). I did not get any ID for this vcf file. Someone please help me, how can I get vcf file with ID's
Thank you.
If I'm not wrong, in GATK, you can pass the
-D
argument inHaplotypeCaller
and pass yourDBSNP file
as input. But, you can always annotate your vcf file after generating it!Thank you. @brunobsouzaa.
I did look at GATK documentation and your suggation worked.