Hi All, I need to annotate a VCF file using dbSNP latest data for GRCh38. I am using annovar to annotate the VCF file. Can someone please guide me to the right location? I was looking at this ftp (https://ftp.ncbi.nih.gov/snp/organisms/) and then went to this: https://ftp.ncbi.nih.gov/snp/organisms/human_9606_b151_GRCh38p7/VCF/
That link has all different VCF files for version 151. I am not sure if this is the latest version (I saw somewhere 155 is the latest version). Can someone please guide me to the right file? Thanks in advance!
Thank you, Ram. I was wondering if these contigs can be replaced by chr1..chrY?
bcftools annotate --rename-chrs
is your friend.Thank you.