diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e932d7..0be9fdad 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.6dev - [unreleased] + +### `Added` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## v1.1.5 - Augmented Akita Patch [2024-02-08] ### `Added` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 2ed16397..316663b5 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 35aff8fe..2ecbd3a2 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.5' + version = '1.1.6dev' doi = '10.1101/2023.10.20.563221' }