From 3ecedfa22f368c8ef7df12da419f7dcb23041c7d Mon Sep 17 00:00:00 2001 From: Danilo Di Leo Date: Thu, 23 May 2024 10:39:09 +0200 Subject: [PATCH] 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 1c34b963..779684c6 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/metatdenovo + This report has been generated by the nf-core/metatdenovo analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-metatdenovo-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 37ea5c2c..f46c8ae7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -299,7 +299,7 @@ manifest { description = """Assembly and annotation of metatranscriptomic data, both prokaryotic and eukaryotic""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.0dev' + version = '1.1' doi = '' }