nf-core_modules/tests/modules/whamg/nextflow.config
nvnieuwk a509eda8a4
New module: Whamg (#1994)
* added whamg

* linting

* linting
2022-09-02 13:33:48 +02:00

8 lines
No EOL
172 B
Text

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