Skip to content

Commit b1f0470

Browse files
committed
Remove default values for umi options in schema
1 parent d8d910f commit b1f0470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nextflow_schema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
},
7979
"umitools_bc_pattern2": {
8080
"type": "string",
81-
"default": "None",
8281
"fa_icon": "fas fa-barcode",
8382
"description": "The UMI barcode pattern to use if the UMI is located in read 2."
8483
},
@@ -89,7 +88,6 @@
8988
},
9089
"umitools_umi_separator": {
9190
"type": "string",
92-
"default": "_",
9391
"fa_icon": "fas fa-star-half-alt",
9492
"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."
9593
},

0 commit comments

Comments
 (0)