nf-core_modules/tests/modules/vardictjava/nextflow.config
Nicolas Vannieuwkerke 024c992ca7 created the module
2022-04-27 11:12:58 +02:00

8 lines
No EOL
178 B
Text

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