nf-core_modules/tests/modules/gffread/nextflow.config
Mahesh Binzer-Panchal d473a247d2
Replace remaining task.ext.suffix with task.ext.prefix (#1117)
* Replace remaining task.ext.suffix with task.ext.prefix
2021-12-07 15:00:43 +01:00

9 lines
197 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: GFFREAD {
ext.prefix = { "${gff.baseName}.out" }
}
}