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**: https://github.com/genotoul-bioinfo/Binette/compare/v1.0.0...v1.0.1