From 68ee86c1c1821ce0629a9af8ba881a023c90bd5d Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Mon, 27 Jan 2025 10:42:24 +0000 Subject: [PATCH] fix schema --- nextflow_schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 573883324..e26cfa2bf 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -45,8 +45,14 @@ "type": "boolean", "description": "Enable AI-powered summaries in MultiQC report", "fa_icon": "fas fa-robot", - "default": false, "help_text": "When enabled, MultiQC will use AI to generate summaries of the quality control results." + }, + "multiqc_ai_type": { + "type": "string", + "default": "concise", + "description": "Seqera AI summary type.", + "fa_icon": "fas fa-font", + "enum": ["concise", "full"] } } },