nf-core_modules/tests/modules/svtk/standardize/nextflow.config
nvnieuwk bf09fdf892
new module: svtk/standardize (#2031)
* new module: svtk/standardize

* linting

* fixed tests
2022-09-08 15:03:08 +02:00

12 lines
No EOL
247 B
Text

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