Skip to content

Binette v1.1.2

Choose a tag to compare

@JeanMainguy JeanMainguy released this 25 Jun 20:44
· 132 commits to main since this release
42f048f

What's Changed

  • Reproductible results: Bins are now sorted to ensure consistent IDs across runs. PR #57 - Should fix #54
  • Faster duplicate contig check: Improved the check for duplicate contigs in input bins using Counter. PR #64 - Partially fixes #62
  • Avoid pyfastx-related issues: Replaced the use of pyfastx index with a custom buffered method to avoid memory issues to avoid the corrupted size vs. prev_size error from pyfastx. PR #65 - Fixes #58

Full Changelog: v1.1.1...v1.1.2