Entering edit mode
4 months ago
_quantum_girl_
▴
60
I have a list of genomic positions (millions) and I need to get their rsid. I've seen very old posts (~7 years old) on how to do this but I'm afraid they're outdated (using old versions of dbsnp).
Where can I get the most updated version of dbsnp in bed format? If it's not available how can I convert it to bed? I've also read about an issue in new versions where it doesn't give the chromosome name but something like this: CM000663.1.
Thanks for your help!
Thanks! Just for future use, how do you know this is the last version of dbsnp? where can I find this information? This file seems to be from 2018.
Latest release is from 2022 and is for GRCh38 (https://ftp.ncbi.nih.gov/snp/latest_release/VCF/ ).
I'm getting this error:
[W::vcf_parse] Contig '1' is not defined in the header. (Quick workaround: index the file with tabix.)
is this normal behavior?