From 1a58671af8f61248f6bed09073a2b75dbabac87d Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 6 Jun 2024 09:39:30 +0200 Subject: [PATCH] Add missing CHANGELOG entry and bump versions for release --- CHANGELOG.md | 8 +++++++- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d82436..4d814270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## dev [unreleased] +## 3.0.1 [2024-06-06] ### `Added` @@ -11,8 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Fixed` +- [#618](https://github.com/nf-core/mag/pull/618) - Fix CENTRIFUGE mkfifo failures by using work directory /tmp (reported by @skrakau, fix by @jfy133) + ### `Dependencies` +| Tool | Previous version | New version | +| ---------- | ---------------- | ----------- | +| Centrifuge | 1.0.4_beta | 1.0.4.1 | + ### `Deprecated` ## 3.0.0 - [2024-05-13] diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 9f4e5e7e..14f8ba03 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/mag + This report has been generated by the nf-core/mag analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-mag-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 0d6840bf..051be69d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -390,7 +390,7 @@ manifest { description = """Assembly, binning and annotation of metagenomes""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.0.1dev' + version = '3.0.1' doi = '10.1093/nargab/lqac007' }