Skip to content

Commit

Permalink
fix: update prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Dec 5, 2024
1 parent 92673c6 commit 4df5c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules/muse.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ process {
withName: 'MUSE_SUMP' {
ext.args = { params.wes ? '-E' : '-G' }
ext.when = { params.tools && params.tools.contains('muse') }
ext.prefix = { "${meta.id}.muse" }
publishDir = [
mode: params.publish_dir_mode,
path: { "${params.outdir}/variant_calling/muse/${meta.id}/" },
Expand Down

0 comments on commit 4df5c16

Please sign in to comment.