Skip to content

Commit

Permalink
Fix coverm publishdir
Browse files Browse the repository at this point in the history
  • Loading branch information
prototaxites committed Apr 23, 2024
1 parent 856482c commit 3e632e7
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 @@ -38,7 +38,7 @@ process {
}
ext.prefix = { "${meta.sampleid}" }
publishDir = [
path: { "${params.outdir}/annotations/coverage/coverm/" },
path: { "${params.outdir}/coverage/coverm/" },
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
mode: params.publish_dir_mode
]
Expand Down

0 comments on commit 3e632e7

Please sign in to comment.