You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextflow_schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,7 @@
363
363
"type": "string",
364
364
"pattern": "^\\S+$",
365
365
"minLength": 1,
366
+
"maxLength": 1,
366
367
"errorMessage": "The UMI separator must not contain spaces and must be a single character (e.g., ':').",
367
368
"fa_icon": "fas fa-star-half-alt",
368
369
"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