Skip to content

Commit 3becd26

Browse files
committed
Add maxLength validation for UMI separator and remove pattern constraint in nextflow_schema.json
1 parent 3e711c2 commit 3becd26

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
@@ -363,6 +363,7 @@
363363
"type": "string",
364364
"pattern": "^\\S+$",
365365
"minLength": 1,
366+
"maxLength": 1,
366367
"errorMessage": "The UMI separator must not contain spaces and must be a single character (e.g., ':').",
367368
"fa_icon": "fas fa-star-half-alt",
368369
"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."
@@ -908,7 +909,6 @@
908909
"pipelines_testdata_base_path": {
909910
"type": "string",
910911
"minLength": 1,
911-
"pattern": "^(https?://\\S+|/[^\\s]+|\\.{0,2}/[^\\s]+)$",
912912
"fa_icon": "far fa-check-circle",
913913
"description": "Base URL or local path to location of pipeline test dataset files",
914914
"default": "https://raw.githubusercontent.com/nf-core/test-datasets/7f1614baeb0ddf66e60be78c3d9fa55440465ac8/",

0 commit comments

Comments
 (0)