nf-core_modules/tests/modules/md5sum/nextflow.config
2022-05-06 09:20:40 +02:00

3 lines
117 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}