nf-core_modules/tests/modules/elprep/merge/nextflow.config
2022-04-22 13:13:39 +02:00

5 lines
157 B
Text

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