This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Quick way of clearing out rs IDs from VCF?

Anyone know of a quick way to clear SNP rs IDs from a VCF file?

I am trying to run TPBWT ( https://github.com/23andMe/phasedibd ). The rs IDs match between my VCF and my map file, but it keeps claiming that they don't match. Any suggestion on how to quickly flush them out from the VCF file?

vcf

Please define "clear SNP rs" and "flush them out"?

You can remove the ID with:

bcftools annotate -x ID

0 answers

No answers yet.

Log in to answer this question.