Skip to content

v0.1.1

Compare
Choose a tag to compare
@xinehc xinehc released this 13 Dec 14:56
· 31 commits to master since this release

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.