This is a test version of Biostars. For the public version, visit https://www.biostars.org.
input for gatk VariantAnnotator --dbsnp

Hi all, I am run:

gatk VariantAnnotator \
       -R reference.fasta \
       -I input.bam \
       -V input.vcf \
       -o output.vcf \
       --dbsnp dbsnp.vcf

I would like to ask where can I find the dbsnp.vcf files. is that the 1000GENOMES-phase_3.vcf.gz? or the vcf from https://ftp.ncbi.nih.gov/snp/organisms/human_9606/VCF/

variantannotator gatk

1 answer

Literally the first result of a Google search

https://console.cloud.google.com/storage/browser/genomics-public-data/resources/broad/hg38/v0/

your link does not even give the description and how them were generated; how can you trust?

thank you!

but do you know what is the 1000GENOMES-phase_3.vcf.gz and can it also be used?

Log in to answer this question.