diff --git a/CHANGELOG.md b/CHANGELOG.md
index 999c2383..0bf5604e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## v1.1.5dev - [unreleased]
+
+### `Added`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Deprecated`
+
## v1.1.4 - [2023-11-07]
### `Added`
@@ -20,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| ------------- | ---------------- | ----------- |
| AMRFinderPlus | 3.10.42 | 3.11.18 |
| Bakta | 1.7.0 | 1.8.2 |
-| MultiQC | 1.14 | 1.15 |
+| MultiQC | 1.14 | 1.15 |
### `Deprecated`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 8357c829..6e28e2ee 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/funcscan
+ This report has been generated by the nf-core/funcscan
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-funcscan-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 77dd905a..b79a9477 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -391,7 +391,7 @@ manifest {
description = """Pipeline for screening for functional components of assembled contigs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.1.4'
+ version = '1.1.5dev'
doi = '10.5281/zenodo.7643099'
}
diff --git a/nextflow_schema.json b/nextflow_schema.json
index eb6d7e9c..60f5e16f 100644
--- a/nextflow_schema.json
+++ b/nextflow_schema.json
@@ -311,7 +311,7 @@
},
"annotation_prokka_retaincontigheaders": {
"type": "boolean",
- "fa_icon":"fas fa-remove-format",
+ "fa_icon": "fas fa-remove-format",
"help_text": "This parameter allows prokka to retain the original contig names by activating `PROKKA`'s `--force` flag. If this parameter is set to `false` it activates `PROKKA`'s flags `--locus-tag PROKKA --centre CENTER` so the locus tags (contig names) will be PROKKA_# and the center tag will be CENTER. By default `PROKKA` changes contig headers to avoid errors that might rise due to long contig headers, so this must be turned on if the user has short contig names that should be retained by `PROKKA`. \n\n> Modifies tool parameter(s):\n> - Prokka: `--locus-tag PROKKA --centre CENTER`\n> - Prokka: `--force`",
"description": "Retains contig names."
}