From 4b918c5ba595027effb666857cef075ec34980c5 Mon Sep 17 00:00:00 2001 From: Lili Andersson-Li <64467552+LilyAnderssonLee@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:23:06 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 10 ++++++++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d607106e..b1435a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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.8dev - Augmented Akita Patch [] + +### `Added` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## v1.1.7 - Augmented Akita Patch [2024-04-25] ### `Added` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index b9c37c75..e2fffe8a 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 0176e77a..4a125626 100644 --- a/nextflow.config +++ b/nextflow.config @@ -378,7 +378,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.7' + version = '1.1.8' doi = '10.1101/2023.10.20.563221' }