From 0ddc2d9c684f509d6ac656480cf57b408c16db93 Mon Sep 17 00:00:00 2001 From: laurencekuhl Date: Fri, 19 Jul 2024 11:25:11 +0200 Subject: [PATCH] update 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 6a3b6bd0..4a4a1336 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/crisprseq + This report has been generated by the nf-core/crisprseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-crisprseq-methods-description": diff --git a/nextflow.config b/nextflow.config index fbd09a5b..6ae4ad28 100644 --- a/nextflow.config +++ b/nextflow.config @@ -285,7 +285,7 @@ manifest { description = """Pipeline for the analysis of CRISPR data""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.3.0dev' + version = '2.2.1' doi = 'https://doi.org/10.5281/zenodo.7598496' }