Skip to content

HiPhase v1.3.0

Compare
Choose a tag to compare
@holtjma holtjma released this 02 Feb 14:25
· 14 commits to main since this release
94118a4

Changes

  • Relaxes the requirements for SV deletion and insertion events such that they no longer require an alternate or reference allele, respectively, to have length 1

Internal changes

  • The interface for variant creation was modified to reduce panics from invalid variant construction. This modification changes all the return types for the various Variant::new*(...) functions from Variant to Result<Variant, VariantError>.

Fixed

  • SV events with a placeholder ALT sequence (e.g., <DEL>, <INS>) are now properly ignored by HiPhase instead of creating an error.