Skip to content

Commit 0e31e54

Browse files
committed
Add minLength validation for UMI separator in nextflow_schema.json
1 parent 9fccf93 commit 0e31e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextflow_schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
"umitools_umi_separator": {
363363
"type": "string",
364364
"pattern": "^\\S+$",
365+
"minLength": 1,
365366
"errorMessage": "The UMI separator must not contain spaces and must be a single character (e.g., ':').",
366367
"fa_icon": "fas fa-star-half-alt",
367368
"description": "The character that separates the UMI in the read name. Most likely a colon if you skipped the extraction with UMI-tools and used other software."

0 commit comments

Comments
 (0)