Skip to content

Releases: genotoul-bioinfo/Binette

Binette v1.0.3

19 Sep 09:36
fac527c
Compare
Choose a tag to compare

What's Changed

This release contains no specific changes to the codebase, but includes final changes to the JOSS paper (PR #26) and also updates and fixes minor details in the tutorial section of the documentation (PR #27 & #28).

Full Changelog: v1.0.2...v1.0.3

Binette v1.0.2

04 Sep 16:21
277d433
Compare
Choose a tag to compare

What's Changed

  • New Tutorial: Added a tutorial that walks through how to use Binette with real data. (from PR #23 )

  • Better Bin Set Naming: Improved how bin set names are inferred from input directories or tables. (from PR #25)

  • New Output Files:

    • The directory input_bins_quality_reports is now created in the output repository, which stores quality reports for the initial bin sets. This helps compare how much Binette improves the bins compare to the input bins. (from PR #25)
  • Refactoring:

    • Cleaned up some typing issues flagged by Pylance.
    • Switched from os.path to pathlib for better path handling.

Full Changelog: v1.0.1...v1.0.2

Binette v1.0.1

19 Jun 23:10
fe755d1
Compare
Choose a tag to compare

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

Binette v1.0.0

29 Jan 22:19
b6b4195
Compare
Choose a tag to compare

First official release of Binette. 🚀

Full Changelog: v0.1.7...1.0.0

Binette v0.1.7

23 Jan 00:05
3d1957e
Compare
Choose a tag to compare
  • Added unit tests and coverage (#4).
  • Introduced documentation hosted on Read the Docs: https://binette.readthedocs.io (#5).
  • Implemented a workflow to automate the publication of Binette on PyPI (#5).

Full Changelog: v0.1.6...v0.1.7

Binette v0.1.6

23 Aug 12:50
Compare
Choose a tag to compare

A minor change in how to retrieve binette version in binette.py to fix error in bioconda recipe: bioconda/bioconda-recipes#42477

Add usage and fix minor issue in N50 and length of bins in final bin table

30 May 14:09
3839e15
Compare
Choose a tag to compare

This minor release includes the addition of a comprehensive usage section in the README.md, which aims to facilitate the usage of Binette (#2 ).
Additionally, it addresses a minor issue where the N50 and length values of the bin reported in the final bin table were incorrectly set to None.

Improve install

26 May 09:20
Compare
Choose a tag to compare

Minor release

  • Simplify install of checkm2 using conda.
  • Fix import bug
  • update Readme accordingly

Binette v0.1.3

23 May 08:45
cecda50
Compare
Choose a tag to compare

Add some github actions to check binette installation.
Follow checkm2 v1.0.2 release.

Binette v0.1.2

28 Mar 22:07
Compare
Choose a tag to compare

Added the argument --checkm2_db to be able to provide the checkm2 database as a cli argument of Binette. It follows the release of checkm2 version v1.0.1