Skip to content

Binette v1.0.5

Latest
Compare
Choose a tag to compare
@JeanMainguy JeanMainguy released this 06 Jan 19:14
2c14ab1

What's Changed

  • Fix an error when writing input bin metrics: Resolved an issue where identical input bins from different bin sets were not properly dereplicated when writing metrics, producing an unscored bin error. The dereplicated bins are now exclusively used, ensuring accurate tracking and avoiding such errors. (Reported in issues #34 and #39, fixed in PR #36)
  • Fix incorrect input proteins management: When dealing with input protein file, Binette was not expecting proteins from unbinned contigs. The input protein file is now filtered to exclude genes from unbinned contigs, ensuring only protein data from contigs within the input bins is used. (See PR #37, reported in issue #35)

Additional Updates

  • Temporary files in <outdir>/temporary_files/ are now compressed, optimizing storage. (PR #37)
  • The pyfastx index for contig files is stored in <outdir>/temporary_files/ instead of alongside the assembly file, ensuring cleaner directory management. (PR #37)

Full Changelog: v1.0.4...v1.0.5