From 4d676eb9a5c26b007d041716b54229c15c745b63 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Thu, 21 Sep 2023 12:58:37 +0200 Subject: [PATCH] bump version for patch release --- CHANGELOG.md | 4 ++-- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca49111e..4b4ef989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ 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). -## [Unpublished Version / DEV] +## v2.4.1 - 2023-09-21 -- Fix false-positive filename check in cellranger module ([#TODO](TODO)) +- Fix false-positive filename check in cellranger module ([#261](https://github.com/nf-core/scrnaseq/pull/261)) ## v2.4.0 - 2023-08-16 Lime Platinum Crab diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index f272acb5..a1c4a586 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 c69ed641..1e1fe757 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.5.0dev' + version = '2.4.1' doi = '10.5281/zenodo.3568187' }