From 5ebc22dd29b992495fcaf42511b1038f84d6e78a Mon Sep 17 00:00:00 2001 From: sofstam Date: Fri, 17 Feb 2023 12:58:33 +0100 Subject: [PATCH] Add icon in nextflow_schema.json --- nextflow_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index a6eb0a8..80ba987 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -524,7 +524,8 @@ "type": "string", "default": "tsv", "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"