nf-core_modules/tests/modules/elprep/merge/nextflow.config

6 lines
157 B
Text
Raw Normal View History

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