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

7 lines
163 B
Text
Raw Normal View History

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