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

9 lines
211 B
Text
Raw Normal View History

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