Skip to content

Commit

Permalink
Publish psirc results
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Nov 21, 2023
1 parent 7647e79 commit 6526399
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,15 @@ if (!params.skip_trimming) {
]
}

withName: PSIRC_COMBINE {
publishDir = [
path: { "${params.outdir}" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
pattern: "*.tsv"
]
}

withName: COUNTS_SINGLE {
ext.when = { params.module.split(',').contains('circrna_discovery') }
publishDir = [
Expand Down

0 comments on commit 6526399

Please sign in to comment.