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' }