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

8 lines
172 B
Text
Raw Normal View History

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