nf-core_modules/tests/modules/vardictjava/nextflow.config

8 lines
178 B
Text
Raw Normal View History

2022-04-27 09:12:58 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: VARDICTJAVA {
ext.args = ''
}
}