Skip to content

poly-v0.31.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 00:57
· 7 commits to main since this release
05169d2

[0.31.0] - 2024-01-31

Added

  • Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now.
  • Moved BWT, align, and mash packages to new search sub-directory.
  • Implemented Run-Length Burrows Wheeler Transform.