Skip to content

Commit

Permalink
Fix #404
Browse files Browse the repository at this point in the history
Fix for #404
  • Loading branch information
apeltzer authored Sep 4, 2024
1 parent ba86791 commit 901f7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ process {
//

withName: '.*:UMICOLLAPSE_FASTQ' {
ext.args = { meta.single_end ? "--algo ${params.umitools_method} --two-pass" : "--method ${params.umitools_method} --two-pass --paired --remove-unpaired --remove-chimeric" }
ext.args = { meta.single_end ? "--algo ${params.umitools_method} --two-pass" : "--algo ${params.umitools_method} --two-pass --paired --remove-unpaired --remove-chimeric" }
ext.prefix = { "${meta.id}.umi_dedup.sorted" }
publishDir = [
path: { "${params.outdir}/umi_dedup/bam_deduplicated" },
Expand Down

0 comments on commit 901f7b0

Please sign in to comment.