nf-core_modules/tests/modules/manta/germline/nextflow.config
Ramprasad Neethiraj d0240fee1e
update manta to enable jointcalling (#1218)
* update manta to enable jointcalling

* fix lint errors

* fix error

* update comment

* remove comment

* suggestions from code review

* add stub
2022-02-10 10:37:31 +01:00

9 lines
188 B
Text

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