Skip to content

Commit

Permalink
Update conf/modules/align_sentieon.config
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
  • Loading branch information
ramprasadn and fellen31 authored Feb 12, 2025
1 parent de7b619 commit 32d2dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/align_sentieon.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process {
}

withName: '.*ALIGN:ALIGN_SENTIEON:SENTIEON_DEDUP' {
ext.args4 = { $params.rmdup ? "--rmdup" : '' }
ext.args4 = { params.rmdup ? "--rmdup" : '' }
ext.prefix = { "${meta.id}_dedup.bam" }
publishDir = [
enabled: !params.save_mapped_as_cram,
Expand Down

0 comments on commit 32d2dc4

Please sign in to comment.