1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 10:29:54 +00:00

Add icon in nextflow_schema.json

This commit is contained in:
sofstam 2023-02-17 12:58:33 +01:00
parent 27b7171b96
commit 5ebc22dd29

View file

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