mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 10:09:55 +00:00
Add icon in nextflow_schema.json
This commit is contained in:
parent
27b7171b96
commit
5ebc22dd29
1 changed files with 2 additions and 1 deletions
|
@ -524,7 +524,8 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "tsv",
|
"default": "tsv",
|
||||||
"description": "The desired output format.",
|
"description": "The desired output format.",
|
||||||
"enum": ["tsv", "csv", "arrow", "parquet", "biom"]
|
"enum": ["tsv", "csv", "arrow", "parquet", "biom"],
|
||||||
|
"fa_icon": "fas fa-file"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fa_icon": "fas fa-chart-line"
|
"fa_icon": "fas fa-chart-line"
|
||||||
|
|
Loading…
Reference in a new issue