Skip to content

Commit 6194ca4

Browse files
Fix regex pattern for doublet detection tool options in nextflow_schema.json
1 parent a2fe8ab commit 6194ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"default": "scrublet",
107107
"description": "Specify the tools to use for doublet detection. Setting to 'none' will skip this step",
108108
"help_text": "If you want to use multiple tools, separate them with a comma. Available methods are: solo, scrublet, doubletdetection, scds, scdblfinder",
109-
"pattern": "^(none|((solo|scrublet|doubletdetection|scds|scdblfinder)?,?)*[^,]+$)"
109+
"pattern": "^(none|(solo|scrublet|doubletdetection|scds|scdblfinder)(,(solo|scrublet|doubletdetection|scds|scdblfinder))*)$"
110110
},
111111
"doublet_detection_threshold": {
112112
"type": "integer",

0 commit comments

Comments
 (0)