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