v0.1.1
Added
- Add options to control EM early stop.
Changed
- Use
scipy.sparse
to reduce peak memory usage and computational time. - Change default terminal condition of EM (
max_iteration
: 100 -> 1000;epsilon
: 1e-5 -> 1e-10).
Fixed
- Fix a bug causing chimeric reads not being aggregated.