feat: Add input schema to parameter schema
This commit is contained in:
parent
77535ee726
commit
7e0f64f78b
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
"pattern": "^\\S+\\.csv$",
|
||||
"description": "Path to comma-separated file containing information about the samples in the experiment.",
|
||||
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row.",
|
||||
"fa_icon": "fas fa-file-csv"
|
||||
"fa_icon": "fas fa-file-csv",
|
||||
"schema": "assets/schema_input.json"
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue