diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 4d7d671..8c62b93 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/scnanoseq + This report has been generated by the nf-core/scnanoseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-scnanoseq-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index e73f56f..6c2540d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -269,7 +269,7 @@ manifest { description = """Single-cell/nuclei pipeline for data derived from Oxford Nanopore""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '1.0.0dev' doi = '' }