mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 07:19:55 +00:00
Prettier format
This commit is contained in:
parent
59d3f18a75
commit
0e0e8128e8
1 changed files with 288 additions and 291 deletions
|
@ -10,10 +10,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"fa_icon": "fas fa-terminal",
|
"fa_icon": "fas fa-terminal",
|
||||||
"description": "Define where the pipeline should find input data and save output data.",
|
"description": "Define where the pipeline should find input data and save output data.",
|
||||||
"required": [
|
"required": ["input", "outdir"],
|
||||||
"input",
|
|
||||||
"outdir"
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"input": {
|
"input": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in a new issue