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

6 lines
157 B
Text
Raw Normal View History

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