From da8d5f974733e413d55ef946e8352752741a4a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mart=C3=ADnez?= Date: Tue, 31 Oct 2023 12:36:49 +0100 Subject: [PATCH] tweak: update schema descriptions --- nextflow_schema.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index a8e6365..00eaca8 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -29,18 +29,21 @@ "type": "string", "pattern": "^\\S+\\.png$", "format": "file-path", - "mimetype": "image/png" + "mimetype": "image/png", + "description": "This input accepts .png images only" }, "input3": { "type": "string", "pattern": "^\\S+\\.json$", - "format": "path" + "format": "path", + "description": "This input accepts .json files only" }, "input4": { "type": "string", "pattern": "^\\S+\\.ya?ml$", "format": "file-path", - "mimetype": "text/plain" + "mimetype": "text/plain", + "description": "This input accepts .yaml/.yml files only" }, "outdir": { "type": "string",