nf-core_modules/tests/modules/fastk/histex/nextflow.config

9 lines
195 B
Text
Raw Normal View History

2022-06-14 14:30:37 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: 'FASTK_FASTK' {
publishDir = [ enabled: false ]
}
}