From d6f2da1ba2651bdceb78081cb212dad98f2b1c1b Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Wed, 16 Aug 2023 13:54:04 +0200 Subject: [PATCH] Bump version to v2.4.0 for release --- 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 bd63c010..3b0c72ff 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/scrnaseq + This report has been generated by the nf-core/scrnaseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-scrnaseq-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index a86e4add..39d968b2 100644 --- a/nextflow.config +++ b/nextflow.config @@ -262,7 +262,7 @@ manifest { description = """Pipeline for processing 10x Genomics single cell rnaseq data""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.4.0dev' + version = '2.4.0' doi = '10.5281/zenodo.3568187' }