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
Stop corrupting INFO when a codon MNV merges differing original INFO
merge_original_info joined the distinct original-INFO strings of an MNV's
constituent SNVs with '|'. With --keep-original-info, build_info_string then
re-split that on ';'/'=' and emitted malformed fields (e.g. AF=0.5|DP=12) and
duplicate keys. Two independent INFO field-sets cannot be merged into one valid
INFO column, so use the first source record's INFO as the representative for the
combined row (identical to the shared string in the common case). Adds unit
tests for shared, divergent, and absent INFO.
0 commit comments