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

4 lines
117 B
Text
Raw Normal View History

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