From 0535880964c4ab0c1e555e1d177cde57db5b7866 Mon Sep 17 00:00:00 2001
From: Annick Renevey <47788523+rannick@users.noreply.github.com>
Date: Mon, 25 Sep 2023 10:39:32 +0200
Subject: [PATCH] bump version to 3.0.0
---
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 5e0f10e0..44a9684d 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":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 994e96e3..909edafe 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -295,7 +295,7 @@ manifest {
description = """Nextflow rnafusion analysis pipeline, part of the nf-core community."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.4.0'
+ version = '3.0.0dev'
doi = ''
}