From 8749ac10595eda093cd98bfde49448b9b91ad603 Mon Sep 17 00:00:00 2001 From: FriederikeHanssen Date: Wed, 5 Feb 2025 15:37:36 +0000 Subject: [PATCH] remove [] as default from schema --- nextflow_schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 8558c86e..9c943fd1 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -18,7 +18,6 @@ }, "skip_tools": { "type": "string", - "default": "[]", "description": "Comma-separated list of tools to skip (fastp,fastqc,kraken,multiqc,checkqc,falco,md5sum,samshee)" }, "sample_size": { @@ -175,9 +174,9 @@ "properties": { "checkqc_config": { "type": "string", - "default": "[]", "description": "Path to the checkqc config yml file.", - "fa_icon": "far fa-check-square" + "fa_icon": "far fa-check-square", + "format": "file-path" } } },