nf-core_modules/tests/modules/md5sum/nextflow.config

4 lines
117 B
Text
Raw Normal View History

2022-05-06 07:20:40 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}