nf-core_modules/tests/modules/gatk4/markduplicatesspark/nextflow.config
2022-05-25 16:37:44 +02:00

8 lines
203 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}
// necessary to override tests/config/nextflow.config
docker.userEmulation = false