diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 90a87168..fa6c4e17 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/taxprofiler + This report has been generated by the nf-core/taxprofiler analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-taxprofiler-methods-description": diff --git a/nextflow.config b/nextflow.config index 1b32246c..5ded26e1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -368,7 +368,7 @@ manifest { description = """Taxonomic classification and profiling of shotgun short- and long-read metagenomic data""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.2' + version = '1.1.3dev' doi = '10.1101/2023.10.20.563221' }