nf-core_modules/tests/modules/gatk/indelrealigner/nextflow.config

7 lines
163 B
Text
Raw Normal View History

2022-05-30 15:12:21 -04:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
2022-06-08 15:14:08 -04:00
ext.prefix = { "${meta.id}.realigned" }
2022-05-30 15:12:21 -04:00
}