Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jan 27, 2025
1 parent b66571f commit 68ee86c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
},
Expand Down

0 comments on commit 68ee86c

Please sign in to comment.