From d5d318963d85746aca7b47c962ad3faa7e0d2674 Mon Sep 17 00:00:00 2001 From: Lucpen Date: Thu, 25 Apr 2024 11:38:37 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 3 ++- assets/multiqc_config.yml | 2 +- nextflow.config | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5cdf6..dae2365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Parameter has been added if just the new parameter information is present. Parameter has been removed if new parameter information isn't present. ::: -## 2.0.2 - Grinch [XXXX-XX-XX] +## 2.0.2 - [XXXX-XX-XX] ### `Added` @@ -27,6 +27,7 @@ Parameter has been removed if new parameter information isn't present. ### `Added` ### `Fixed` + - Vep annotated research results will be published [#115](https://github.com/genomic-medicine-sweden/tomte/pull/115) ### `Parameters` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index b306e44..e893d67 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,5 +1,5 @@ report_comment: > - This report has been generated by the genomic-medicine-sweden/tomte + This report has been generated by the genomic-medicine-sweden/tomte analysis pipeline. For information about how to interpret these results, please see the documentation. report_section_order: diff --git a/nextflow.config b/nextflow.config index 7d34823..d021753 100644 --- a/nextflow.config +++ b/nextflow.config @@ -270,7 +270,7 @@ manifest { description = """Pipeline to analyse RNAseq from raredisease patients""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.0.0' + version = '2.0.1' doi = '10.5281/zenodo.10828946' }