You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program has a limitation, when a VCF is used as the source of annotations, it can match a line only once. You'd have to split the multiallelic records into biallelics (bcftools norm -m -) or create a tab-delimited file. I believe that would work
I found that ID column from multi-allelic site from a source file only transferred to the first allele in the target file.
My source annotation file:
And my target file:
The command I used is as follows:
bcftools annotate -c +ID -a [source file] [target file]
And I got:
Shouldn't the ID (rs1258851236) be annotated to both lines in the target file?
The version I used: bcftools_annotateVersion=1.19+htslib-1.19
The text was updated successfully, but these errors were encountered: