mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:33:08 +00:00
Update nextflow_schema.json
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
5b6c18f0a2
commit
0ccbf50938
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"type": "object",
|
||||
"fa_icon": "fas fa-terminal",
|
||||
"description": "Define where the pipeline should find input data and save output data.",
|
||||
"required": ["outdir", "databases", "input"],
|
||||
"required": [ "input", "outdir", "databases"],
|
||||
"properties": {
|
||||
"input": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue