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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,11 @@
67
67
"description": "UMI pattern to use. Can be either 'string' (default) or 'regex'.",
68
68
"help_text": "More details can be found in the [UMI-tools documentation](https://umi-tools.readthedocs.io/en/latest/reference/extract.html#extract-method).\n"
69
69
},
70
+
"skip_umi_extract": {
71
+
"type": "boolean",
72
+
"fa_icon": "fas fa-compress-alt",
73
+
"description": "Skip the UMI extraction from the read in case the UMIs have been moved to the headers in advance of the pipeline run."
0 commit comments