Merge branch 'cw-2346' into 'dev'

Hide jaffal_dir option

See merge request epi2melabs/workflows/wf-transcriptomes!109
This commit is contained in:
Neil Horner 2023-07-04 12:56:09 +00:00
commit a246453164

View File

@ -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
}
}
},