nf-core_modules/tests/modules/gatk4/collectsvevidence/nextflow.config
2022-09-09 10:58:47 +02:00

9 lines
No EOL
211 B
Text

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