diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2619cd..9f3e88de 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.8dev - Augmented Akita Patch [] +## v1.1.8dev - Augmented Akita Patch [2024-06-20] ### `Added` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 0d892103..e2801c44 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,8 +1,8 @@ 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 83cbf39f..638089c8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -385,7 +385,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.8dev' + version = '1.1.8' doi = '10.1101/2023.10.20.563221' }