Skip to content

Commit f5f49ea

Browse files
also add -Y for umi mapping
1 parent 27104ab commit f5f49ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ process {
234234

235235
if (params.umi_read_structure) {
236236
withName: "NFCORE_SAREK:SAREK:CREATE_UMI_CONSENSUS:MAPPING_UMI:BWAMEM.*_MEM" {
237-
ext.args = { "-p -C -M -R ${meta.read_group}" }
237+
ext.args = { "-K 100000000 -p -C -Y -R ${meta.read_group}" }
238238
ext.args2 = '-bS'
239239
ext.prefix = {"${meta.id}.umi_unsorted"}
240240
}

0 commit comments

Comments
 (0)