Skip to content

Releases: innate2adaptive/decombinator

v5.0.1

06 Aug 11:25
d8788c1

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...build-release-workflow

5.0.0

29 Aug 12:26

Choose a tag to compare

Release Notes

This release makes decombinator a CLI application, provides a performance boost to the collapsing step of the pipeline, and enables installation from PyPI.

Enhancements

  • Application is now hosted on PyPI
  • argparse subparsers used to create CLI app with 4 different modes: pipeline, decombine, collapse, translate
  • Symmetric deletion algorithm (as implemented in pyrepseq) collapses similar UMIs together -- 24x speedup when high UMI diversity present
  • scipy.sparse used for 2x memory saving in collapsing step
  • Integration and unit testing suite
  • Releases and testing pipelines added

Documention

  • Streamlined readme with updated instructions for new CLI app

Install decombinator 5.0.0

pip install decombinator