genotoul-bioinfo / Binette

A fast and accurate binning refinement tool to constructs high quality MAGs from the output of multiple binning tools.
https://binette.readthedocs.io
MIT License
16 stars 1 forks source link

Improve error management #12

Closed JeanMainguy closed 3 months ago

JeanMainguy commented 3 months ago

This small PR improves error management by ensuring that all contigs from bins are found in the input contig file. Previously, missing contigs would cause Binette to fail with an obscure error message (see issue #11).

Additionally, this PR addresses the macOS GitHub runner crash in the GitHub Actions. The crash was due to "macos-latest" transitioning to macOS 14 with runners using the OSX-arm64 architecture, which is currently unsupported in Bioconda.