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

6 lines
157 B
Text
Raw Normal View History

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