From 6dacbb6acf52aaef500f5cbda9bcba21a60862d3 Mon Sep 17 00:00:00 2001
From: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com>
Date: Fri, 13 Sep 2024 16:49:54 +0200
Subject: [PATCH] bumpversion
---
CHANGELOG.md | 12 ++++++++++++
assets/multiqc_config.yml | 4 ++--
nextflow.config | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dddb1aa86..a1451e1c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
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).
+## 2.3.0dev - Getafix [xxxx-xx-xx]
+
+### `Added`
+
+### `Changed`
+
+### `Fixed`
+
+### Parameters
+
+### Tool updates
+
## 2.2.0 - Dogmatix [2024-09-13]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 964d29bf7..b8bb11a1e 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -3,9 +3,9 @@ custom_logo_url: https://github.com/nf-core/raredisease/
custom_logo_title: "nf-core/raredisease"
report_comment: >
- This report has been generated by the nf-core/raredisease
+ This report has been generated by the nf-core/raredisease
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-raredisease-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index b6a62bee3..33e4c5510 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -307,7 +307,7 @@ manifest {
description = """call and score variants from WGS/WES of rare disease patients"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.2.0'
+ version = '2.3.0dev'
doi = ''
}