We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27104ab commit f5f49eaCopy full SHA for f5f49ea
1 file changed
conf/modules.config
@@ -234,7 +234,7 @@ process {
234
235
if (params.umi_read_structure) {
236
withName: "NFCORE_SAREK:SAREK:CREATE_UMI_CONSENSUS:MAPPING_UMI:BWAMEM.*_MEM" {
237
- ext.args = { "-p -C -M -R ${meta.read_group}" }
+ ext.args = { "-K 100000000 -p -C -Y -R ${meta.read_group}" }
238
ext.args2 = '-bS'
239
ext.prefix = {"${meta.id}.umi_unsorted"}
240
}
0 commit comments