nf-core_modules/tests/modules/gatk/indelrealigner/nextflow.config
2022-05-30 21:12:21 +02:00

6 lines
159 B
Text

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