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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.2 - 2026-05-25
Fixed
DELLY writer: FORMAT field order corrected from …FT:RC:RCL:RCR… to …FT:RCL:RC:RCR… to match real DELLY 1.x output; sample column values reordered accordingly so RC stays the SV-region count and RCL/RCR the left/right control regions.
Manta writer: DUP records now emit <DUP:TANDEM> as ALT (matching the ##ALT declaration in the Manta header) instead of the undeclared <DUP>.
DELLY writer: BND records now use the standard VCF 4.2 breakend notation (e.g. ]chr3:151368767]C) instead of the symbolic <BND> allele, matching real DELLY output.
Sampler: SV anchor REF base is now drawn uniformly from A/C/G/T per record instead of being hardcoded to N. This makes BND ALT strings look like G]chr1:42] instead of N]chr1:42].
Added
README "Scope & limitations" section documenting which INFO/FORMAT fields are declared in the bundled headers but not (yet) populated, split by caller (Manta vs DELLY).