nf-core_modules/tests/modules/gatk/indelrealigner/nextflow.config
2022-06-08 21:14:08 +02:00

6 lines
163 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
ext.prefix = { "${meta.id}.realigned" }
}