nf-core_modules/tests/modules/gatk4/splitintervals/nextflow.config

9 lines
205 B
Text
Raw Normal View History

2022-05-13 11:46:34 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: GATK4_SPLITINTERVALS {
ext.args = "--scatter-count 2"
}
}