From 24e5b0c52554cc60248c26c08bc44f0c4a6c238c Mon Sep 17 00:00:00 2001 From: Matthias De Smet <11850640+matthdsm@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:53:04 +0100 Subject: [PATCH] bump version --- assets/multiqc_config.yml | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 24de99a2..973e93e3 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,5 +1,5 @@ report_comment: > - This report has been generated by the nf-cmgg/preprocessing + This report has been generated by the nf-cmgg/preprocessing analysis pipeline. report_section_order: "nf-cmgg-preprocessing-methods-description": diff --git a/nextflow.config b/nextflow.config index 2f694231..6c4c5d5c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -255,7 +255,7 @@ manifest { description = """Demultiplexing, adapter trimming, alignment, and coverage calculation for NGS data.""" mainScript = 'main.nf' nextflowVersion = '!>=24.10.0' - version = '2.0.3' + version = '2.0.4dev' doi = '' }