feat: Add input schema to parameter schema

This commit is contained in:
Thomas A. Christensen II 2023-10-18 22:11:47 -05:00
parent 77535ee726
commit 7e0f64f78b
Signed by: millironx
GPG key ID: 09335146883990B9

View file

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