From 8d6545b462dca8be63a8841648b07368a5a725b6 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Mon, 3 Jul 2023 14:28:00 +0000 Subject: [PATCH] Hide jaffal_dir option --- nextflow_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index db5883d..08fcf66 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -201,7 +201,8 @@ "type": "string", "format": "directory-path", "description": "Path to the JAFFAL code directory. If running within EPI2ME-Labs, the default path of /home/epi2melabs/JAFFA within the application container will be used. If using outside of EPI2ME-Labs, the path to the code directory downloaded from github should be supplied.", - "default": "/home/epi2melabs/JAFFA" + "default": "/home/epi2melabs/JAFFA", + "hidden": true } } },