mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 20:43:09 +00:00
refactor: do not generally publish output
This commit is contained in:
parent
8827b143a2
commit
018b9a8ea6
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
|||
|
||||
process {
|
||||
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" },
|
||||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
|
||||
]
|
||||
|
||||
withName: SAMPLESHEET_CHECK {
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/pipeline_info" },
|
||||
|
|
Loading…
Reference in a new issue