This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Merge different vcf files

Hi, I have some vcf files in which some ref alleles are different for the same region. Can I merge all vcf files or do I have to standardize these ref alleles?

enter image description here

vcf

Normalize them first using vt normalize or bcftools norm - they need to be in left-aligned parsimonious representation before you can do an accurate merge if required.

0 answers

No answers yet.

Log in to answer this question.