diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index aad01fbd..22d17d2f 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/quantms + This report has been generated by the nf-core/quantms analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: pmultiqc: order: 1 diff --git a/nextflow.config b/nextflow.config index 19566b0e..609352ac 100644 --- a/nextflow.config +++ b/nextflow.config @@ -463,7 +463,7 @@ manifest { description = """Quantitative Mass Spectrometry nf-core workflow""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.3.0' + version = '1.3.0dev' doi = '10.5281/zenodo.7754148' }