Skip to content

Releases: koszullab/metaTOR

v1.3.5

19 Feb 18:15
Compare
Choose a tag to compare

Fixes GHA workflow for Pypi release

Full Changelog: v1.3.4...v1.3.5

v1.3.4

19 Feb 17:48
1a1f227
Compare
Choose a tag to compare
  • Package now relies on pyproject.toml for build configuration with hatch.
  • Binaries for louvain and leiden clustering algorithms are now embedded in the package.
  • Uses pre-commit hooks for code formatting and linting.
  • Fix deprecated Bio.SeqUtils.GC to Bio.SeqUtils.gc_fraction.
  • Biopython is pinned <= 1.80 to work with micomplete 1.1.1.

Full Changelog: v1.3.3...v1.3.4

Version 1.3.3

04 Nov 13:58
Compare
Choose a tag to compare

Version 1.3.3 - 2024-11-04

  • Improve ci.
  • Add pairix as requirements.
  • Correct pipeline bug.

Version 1.3.2

27 Nov 12:18
Compare
Choose a tag to compare

Version 1.3.2 - 2023-11-27

  • Add log files for all modules.

Version 1.3.1

20 Nov 15:31
Compare
Choose a tag to compare

Version 1.3.1 - 2023-11-20

  • Switch pairs as an argument for metator mge.
  • Correct bug in QC.
  • Add checkV in the requirements.

Version 1.3.0

09 Nov 18:32
Compare
Choose a tag to compare

Version 1.3.0 - 2023-11-09

  • Merge MetaVIR (https://github.com/ABignaud/MetaVir) module to MetaTOR.
  • Automatic generation of the compressed and sorted pairs files in the main
    pipeline.
  • Correct QC issues with low-quality libraries.
  • Add a conda environment file.

Version 1.2.8

12 Apr 10:35
Compare
Choose a tag to compare

Version 1.2.8 - 2023-04-12

  • Correct issue with anvio binning file.

Version 1.2.7

07 Apr 07:54
Compare
Choose a tag to compare

Version 1.2.7 - 2023-04-07

  • Correct bug during final plot generation.

Version 1.2.6

05 Apr 17:37
Compare
Choose a tag to compare

Version 1.2.6 - 2023-04-05

  • Correct bug of contigs data final bin value from multiple recursive steps.

Version 1.2.5

05 Apr 15:12
Compare
Choose a tag to compare

Version 1.2.5 - 2023-04-05

  • Remove recursive parallel which seems to failed in some case.
  • Correct bug of contigs data final bin value from multiple recursive steps.
  • Add exception to avoid error while mutliple metator are started from the same
    working directory.