The Beta releases for 0.4.4 have more detail, but in essence, this adds bug fixes for:
- Coordinates for returned bins based off of bin width by rounding it the nearest
bin_size
(default 1000), stopping us from rounding down and having a cumulative drift of the remainder - Low coverage read numbers return a NaN when trying to divide by 0 (empty read mapping start bins)
iterate_bam_file
can acceptNone
as file path now- The CI building for maturin action cross for linux
aarch64
hasgcc 4.8.5
, butlibdeflate
just dropped support forgcc <4.9
.libdeflate
is a dependency ofnoodles-bgzf
, so we had to switch tomanylinux-2_28:cross
, which hasgcc 7
. Means we won't support CentOS 7, but I'm like 70% sure it's EOL anyway and if it isn't I don't care?
And adds the feature of:
- kwargs to the python function ( documented in README.md) which can set some of the parameters used in the calculation of the CNV.
What's Changed
Full Changelog: v0.4.3...v0.4.4