From e3a909f6b43d5517d73f907d707bdce07134f389 Mon Sep 17 00:00:00 2001 From: Annick Renevey <47788523+rannick@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:06:46 +0200 Subject: [PATCH] bump version 3.0.2 --- 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 963555cf..fe045988 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/rnafusion + This report has been generated by the nf-core/rnafusion analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: nf-core-rnafusion-methods-description: diff --git a/nextflow.config b/nextflow.config index 1a35e3c7..23a39b21 100644 --- a/nextflow.config +++ b/nextflow.config @@ -301,7 +301,7 @@ manifest { description = """Nextflow rnafusion analysis pipeline, part of the nf-core community.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.0.2dev' + version = '3.0.2' doi = '' }