From ff83490380588a449c10cf57e8512d1fa9507b37 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 21 Jul 2023 09:36:20 +0200 Subject: [PATCH] Fix multiqc_logo in nextflow_schema --- nextflow_schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextflow_schema.json b/nextflow_schema.json index d2e6b9a7..fd39fea4 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -625,6 +625,9 @@ }, "multiqc_logo": { "type": "string", + "format": "file-path", + "exists": true, + "mimetype": "text/plain", "description": "Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file", "fa_icon": "fas fa-image", "hidden": true