From 5552d848233447811cb62b699848af7261498d38 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Mon, 7 Oct 2024 10:54:05 +0000 Subject: [PATCH] bump version --- 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 b88f8478..e3d548a2 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,8 +1,8 @@ report_comment: > - This report has been generated by the nf-core/demultiplex + This report has been generated by the nf-core/demultiplex analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demultiplex-methods-description": diff --git a/nextflow.config b/nextflow.config index b49efe72..7d764432 100755 --- a/nextflow.config +++ b/nextflow.config @@ -275,7 +275,7 @@ manifest { description = """Demultiplexing pipeline for Illumina sequencing data""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.5.1' + version = '1.5.2' doi = '10.5281/zenodo.7153103' }