From 63a5dc5101f4b7031049b9732efabc595fd2f253 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Fri, 18 Oct 2024 12:38:10 +0200 Subject: [PATCH] Version 1.0.1 not 1.0.2 --- 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 dd180e7..73576c4 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/demo + This report has been generated by the nf-core/demo analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demo-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 485b74f..ca5534c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -228,7 +228,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.0.2' + version = '1.0.1' doi = '10.5281/zenodo.12192442' }