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

6 lines
157 B
Text
Raw Normal View History

2022-04-13 06:51:17 -04:00
process {
2022-04-22 07:13:39 -04:00
withName : ELPREP_MERGE {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}
}