Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/fix-stack-size' int…
Browse files Browse the repository at this point in the history
…o fix-stack-size
  • Loading branch information
christopher-mohr committed Feb 1, 2024
2 parents 2d7f5a9 + 6f5c91b commit bab81fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/test_umi.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ params {
//UMI Specific testcase
with_umi = true
umitools_extract_method = 'regex'
umitools_bc_pattern = '.+AACTGTAGGCACCATCAAT{s<=2}(?P<umi_1>.{12})(?P<discard_2>.*)'
umitools_bc_pattern = '.+(?P<discard_1>AACTGTAGGCACCATCAAT){s<=2}(?P<umi_1>.{12})(?P<discard_2>.*)'
save_umi_intermeds = true
}

0 comments on commit bab81fc

Please sign in to comment.