This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Download of dbSNP VCF file

HI everyone ; can someone tell me where to find known indels.vcf and dbsnp.vcf for the GRCh38 reference genome Build thank's

snp

3 answers

See here: https://www.ncbi.nlm.nih.gov/variation/docs/human_variation_vcf/

Best, Agata

dbSNP is the name of the entire database. The VCF files they provide include both SNPs and InDels. For quick retrieval of variantions in certain genomic regions, also download the .tbi (tabix index) and make yourself familiar with the usage of Tabix. I edited the title of your question to make it more clear. Please try to choose more appropriate titles in the future. Cheers!

To add to yours and Agata's answers (+1), indels can be extracted with bcftools view -v indels mysnps.vcf.gz, see bcftools. (I would resist the temptation of parsing vcf as text using per/python/awk scripts.)

So, from the ftp link you provide, which vcf file should be used when using BaseRecalibrator from GATK in order to skip over known polymorphic sites? Looks like 00-All.vcf.gz would be the most thorough, but it is 15 GB. Thanks!

Log in to answer this question.