diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index d2ae102..13dd96a 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/rangeland + This report has been generated by the nf-core/rangeland analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-rangeland-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index e561fb5..4113199 100644 --- a/nextflow.config +++ b/nextflow.config @@ -260,7 +260,7 @@ manifest { description = """""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '1.0.0' doi = '' }