Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@JeanMainguy JeanMainguy released this 19 Jun 23:10
fe755d1

What's Changed

  • Improve error management to provide clear message when the contigs input and bin tables do not match. (PR #12, issue #11)
  • FASTA file selection in the bin directory is now based on file extensions. Previously, all files in the directory were expected to be bins in FASTA format. The extensions to search for can be specified with --fasta_extensions. By default, fasta, .fna, and .fa are considered. (Added in PR #16, issue #14)
  • Added more unit tests to increase test coverage.

Full Changelog: v1.0.0...v1.0.1