Skip to content

Commit bd35c3e

Browse files
Modified the schema and config to include the new flag.
1 parent 2a44534 commit bd35c3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ params {
2626

2727
// UMI handling
2828
with_umi = false
29+
skip_umi_extract = false
2930
umitools_extract_method = 'string'
3031
umitools_bc_pattern = null
3132
umi_discard_read = null

nextflow_schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
"description": "UMI pattern to use. Can be either 'string' (default) or 'regex'.",
6868
"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"
6969
},
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."
74+
},
7075
"umitools_bc_pattern": {
7176
"type": "string",
7277
"fa_icon": "fas fa-barcode",

0 commit comments

Comments
 (0)