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
However, when I add a custom tag, the F_MISSING values become wrong. For example the following command produces a wrong output for F_MISSING. All other tags are computed correctly at this seems independent from the order of tags.
An update, after a quick investigation, it seems that when I have multiple custom tags, all of them get set to the value of the last one in the input. Also, F_MISSING is treated like one of these custom tags and thus the value it gets depends on the order of tags input.
I'm using bcftools v1.15 with fill-tags plugin to annotate my VCF file.
When I annotate values using the following everything works fine:
However, when I add a custom tag, the
F_MISSING
values become wrong. For example the following command produces a wrong output for F_MISSING. All other tags are computed correctly at this seems independent from the order of tags.Here are the outputs of the first few variants, reporting F_MISSING value and N missing genotypes. Total N samples is 33:
The text was updated successfully, but these errors were encountered: