1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 16:44:08 -05:00
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()}" }
}