Skip to content

Commit ead60fd

Browse files
committed
Fix default for umi_discard_read to prevent validation errors in Platform
1 parent 00a0a15 commit ead60fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ params {
3636
umitools_bc_pattern = null
3737
umitools_bc_pattern2 = null
3838
umitools_umi_separator = null
39-
umi_discard_read = null
39+
umi_discard_read = 0
4040
save_umi_intermeds = false
4141

4242
// Linting

0 commit comments

Comments
 (0)