Skip to content

Commit

Permalink
Publish gsea reports
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 21, 2024
1 parent c22968c commit 32a270b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ process {
path: { "${params.outdir}/plots/gsea/${meta.id}/${gene_sets.baseName}" },
mode: params.publish_dir_mode,
pattern: '*.png'
],
[
path: { "${params.outdir}/html/gsea/${meta.id}/${gene_sets.baseName}" },
mode: params.publish_dir_mode,
pattern: '*.{html,zip}'
]
]
ext.args = { [
Expand Down

0 comments on commit 32a270b

Please sign in to comment.