Version 0.18.0 alpha 1
Pre-release
Pre-release
davidlougheed
released this
25 Sep 18:08
·
113 commits
to master
since this release
What's Changed
Features and changes
- Caller:
- VCFs include variant type (
snv
orstr
) - VCF alts now properly set the anchor (5') base if different from the reference, or are
*
if completely deleted - VCF no longer includes an unused header line
- VCFs include variant type (
- MI:
- A STRkit VCF calculator is now included
- A length-based calculator for TRGT is now included
- Excluded regions/calls are now handled via overlap instead of exact match
Bug fixes
- MI:
Performance
- Caller:
- More code has been moved to Rust
libdeflate
is now used for reading BGZF files, which should be significantly quicker- Decoding CIGARs and finding alignment pairs are marginally quicker via better Numpy use
- A few other minor performance changes
- MI:
Full Changelog: v0.17.1...v0.18.0-alpha.1