From 77c0ccbf488d79e2a1d8ba8310dc0a988222ea9c Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Thu, 8 Feb 2024 09:36:33 +0100 Subject: [PATCH 1/2] Bump version --- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 316663b5..2ed16397 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/taxprofiler + This report has been generated by the nf-core/taxprofiler analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-taxprofiler-methods-description": diff --git a/nextflow.config b/nextflow.config index c9cc7460..35aff8fe 100644 --- a/nextflow.config +++ b/nextflow.config @@ -374,7 +374,7 @@ manifest { description = """Taxonomic classification and profiling of shotgun short- and long-read metagenomic data""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.5dev' + version = '1.1.5' doi = '10.1101/2023.10.20.563221' } From 9b5dd379ad56511eec89837d5c27c5c8dc614e2f Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Thu, 8 Feb 2024 09:53:45 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707b5cfb..a09f7e06 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). -## v1.1.5dev - [date] +## v1.1.5 - Augmented Akita Patch [2024-02-08] ### `Added`