nf-core_modules/tests/modules/gatk4/splitintervals/nextflow.config
2022-05-13 13:46:34 +02:00

9 lines
No EOL
205 B
Text

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