From 79487642f2ecd8ef058f1104e59af9f184971960 Mon Sep 17 00:00:00 2001 From: maxulysse Date: Wed, 18 Oct 2023 11:36:56 +0200 Subject: [PATCH] Prepare 1.11.0 RC --- CHANGELOG.md | 2 +- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c500efcc..4247dde3 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). -## [Unpublished Version / DEV] +## [[1.11.0](https://github.com/nf-core/fetchngs/releases/tag/1.11.0)] - 2023-10-18 ### Enhancements & fixes diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index a8974f98..21e8296b 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/fetchngs + This report has been generated by the nf-core/fetchngs analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-fetchngs-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 912ce43c..c7d78f99 100644 --- a/nextflow.config +++ b/nextflow.config @@ -220,7 +220,7 @@ manifest { description = """Pipeline to fetch metadata and raw FastQ files from public databases""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.11.0dev' + version = '1.11.0' doi = 'https://doi.org/10.5281/zenodo.5070524' }