diff --git a/nextflow_schema.json b/nextflow_schema.json index 82b3f6cb..a64d8932 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -47,11 +47,12 @@ "mode": { "type": "string", "description": "Workflow run mode.", - "fa_icon": "fas fa-diagram-project" + "fa_icon": "fas fa-diagram-project", + "pattern": "^(wgts|targeted)" }, "panel": { "type": "string", - "description": "Name of pane to use.", + "description": "Name of panel to use.", "fa_icon": "fas fa-book" }, "force_genome": {