Releases: aertslab/scatac_fragment_tools
Releases · aertslab/scatac_fragment_tools
0.1.3
Fixed
- f3603f02: Throw error if
scatac_from_fragments split
can't write to fragments files, by updating rust_htslib as bothrust_htslib::bgzf:Reader
and
rust_htslib::bgzf:Writer
did not check if it could open a file successfully. Before this would silently fail later when trying to read those "written" files.
Full Changelog: 0.1.2...0.1.3
0.1.2
Updated
- 80db60fb: Update Polars syntax to 1.0.0.
- 27b3a059: Update Polars
groupby
syntax togroup_by
. - 98a55b0d: Update pyo3 and itertools dependencies.
Fixed
- 80db60fb: Fix running scatac_scatac_fragment_tools bigwig on Polars >= 1.0.0.
- d4d80c05: Propagate verbose flag to fragments_to_coverage when specified in
scatac_scatac_fragment_tools bigwig
. - 65381a76: Fix building for Linux ppc64le.
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Feature/split fragments allow barcodes to map to multiple types by @SeppeDeWinter in #3
- v0.1.1 by @SeppeDeWinter in #4
New Contributors
- @SeppeDeWinter made their first contribution in #3
Full Changelog: 0.1.0...0.1.1