From 47b705053318b1192984df56b98273a10d4971a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Mir=20Pedrol?= Date: Wed, 5 Nov 2025 13:22:05 +0100 Subject: [PATCH 1/2] remove trailing comas from nextflow_schema.json --- nf_core/pipeline-template/nextflow_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nf_core/pipeline-template/nextflow_schema.json b/nf_core/pipeline-template/nextflow_schema.json index c410720a82..273a1b3b3d 100644 --- a/nf_core/pipeline-template/nextflow_schema.json +++ b/nf_core/pipeline-template/nextflow_schema.json @@ -238,15 +238,15 @@ }{% if nf_schema %}, "help": { "type": ["boolean", "string"], - "description": "Display the help message.", + "description": "Display the help message." }, "help_full": { "type": "boolean", - "description": "Display the full detailed help message.", + "description": "Display the full detailed help message." }, "show_hidden": { "type": "boolean", - "description": "Display hidden parameters in the help message (only works when --help or --help_full are provided).", + "description": "Display hidden parameters in the help message (only works when --help or --help_full are provided)." }{% endif %} } } From d9ff872e9a37531be0cb9072b8013c38a103a275 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 5 Nov 2025 12:24:04 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3afe448bc..5d99791f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - update multiqc version to fix utils test ([#3853](https://github.com/nf-core/tools/pull/3853)) - Update dependency textual-dev to v1.8.0 ([#3860](https://github.com/nf-core/tools/pull/3860)) - Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.3 ([#3861](https://github.com/nf-core/tools/pull/3861)) +- remove trailing comas from nextflow_schema.json ([#3874](https://github.com/nf-core/tools/pull/3874)) ### Template