|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
4 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
5 | 5 |
|
| 6 | +## v5.3.0 - Rainbow Rattlesnake [2025-12-05] |
| 7 | + |
| 8 | +### `Added` |
| 9 | + |
| 10 | +- [#905](https://github.com/nf-core/mag/pull/905) - Add nf-test snapshot for `test_assembly_input` profile (by @dialvarezs) |
| 11 | +- [#930](https://github.com/nf-core/mag/pull/930) - Add binner SemiBin2 (by @d4straub) |
| 12 | +- [#861](https://github.com/nf-core/mag/pull/861) - Added `--generate_bigmag_file` to execute the bigmag workflow that generates the file to be used as input for [BIgMAG](https://github.com/jeffe107/BIgMAG) (added by @jeffe107) |
| 13 | + |
| 14 | +### `Changed` |
| 15 | + |
| 16 | +- [#932](https://github.com/nf-core/mag/pull/932) - Replaced usages of deprecated `Channel()` with `channel()` and fix other LSP warnings (by @dialvarezs) |
| 17 | +- [#937](https://github.com/nf-core/mag/pull/937) - Updated to nf-core 3.5.1 `TEMPLATE` (by @dialvarezs) |
| 18 | +- [#938](https://github.com/nf-core/mag/pull/938) - Update nf-core modules (by @dialvarezs) |
| 19 | + |
| 20 | +### `Fixed` |
| 21 | + |
| 22 | +- [#894](https://github.com/nf-core/mag/pull/894) - Fix read order in metaSPAdes to allow co-assembly of paired-end data of multiple samples (reported by @maartenciers, fix by @jfy133 with contributions from @prototaxites, @d4straub and @dialvarezs) |
| 23 | +- [#927](https://github.com/nf-core/mag/pull/927) - MetaBinner now succeeds when no contigs are too short or all are binned (reported by @MicroSeq, fix by @d4straub) |
| 24 | +- [#929](https://github.com/nf-core/mag/pull/929) - Allow the domain_classification.R script to run with any assembler, not just Megahit or Spades (reported by @MicroSeq, fix by @prototaxites) |
| 25 | +- [#943](https://github.com/nf-core/mag/pull/943) - Fixed concatenation of BUSCO summaries with uneven columns by changing from `csvtk` to `qsv` (reported by @jfy133 and @julianu, fix by @dialvarezs) |
| 26 | +- [#943](https://github.com/nf-core/mag/pull/943) - Fixed creation of the Tiara report channel used for concatenation (by @dialvarezs) |
| 27 | +- [#945](https://github.com/nf-core/mag/pull/945) - Skip mixing of GTDB-Tk MultiQC files when binning is skipped (reported by @amizeranschi, fix by @dialvarezs) |
| 28 | +- [#953](https://github.com/nf-core/mag/pull/953) - metaSPAdes retries upon error 250 (out of memory), rather than finishing the pipeline. |
| 29 | +- [#954](https://github.com/nf-core/mag/pull/954) - Skip GTDB-Tk when no bin QC tool is enabled and add warning messages (fix by @dialvarezs) |
| 30 | +- [#956](https://github.com/nf-core/mag/pull/956) - Support long reads assemblers in assembly input (fix by @dialvarezs) |
| 31 | + |
| 32 | +### `Dependencies` |
| 33 | + |
| 34 | +| Tool | Previous version | New version | |
| 35 | +| -------- | ---------------- | ----------- | |
| 36 | +| bcftools | 1.21 | 1.22 | |
| 37 | +| csvtk | 0.31.0 | | |
| 38 | +| fastp | 0.24.0 | 1.0.1 | |
| 39 | +| geNomad | 1.11.1 | 1.11.2 | |
| 40 | +| metamdbg | 1.1 | 1.2 | |
| 41 | +| mmseqs | 17.b804f | 18.8cc5c | |
| 42 | +| nf-core | | 3.5.1 | |
| 43 | +| qsv | | 5.1.0 | |
| 44 | +| samtools | 1.21 | 1.22.1 | |
| 45 | +| SemiBin2 | | 2.2.0 | |
| 46 | + |
| 47 | +### `Deprecated` |
| 48 | + |
| 49 | +- [#943](https://github.com/nf-core/mag/pull/943) - Remove `csvtk/concat` module (by @dialvarezs). |
| 50 | + |
6 | 51 | ## v5.2.0 - Puce Pangolin [2025-11-07] |
7 | 52 |
|
8 | 53 | ### `Added` |
|
0 commit comments