Binette v1.1.2
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_sizeerror from pyfastx. PR #65 - Fixes #58
Full Changelog: v1.1.1...v1.1.2