Skip to content

Commit

Permalink
update mirtrace ouput directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sguizard committed Oct 18, 2023
1 parent 05ae65a commit e6a0b75
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 @@ -80,7 +80,7 @@ process {
process {
withName: 'MIRTRACE_RUN' {
publishDir = [
path: { "${params.outdir}/mirtrace/${meta.id}" },
path: { "${params.outdir}/mirtrace" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
Expand Down

0 comments on commit e6a0b75

Please sign in to comment.