1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 16:44:08 -05:00
nf-core_modules/tests/modules/gffread/nextflow.config
Mahesh Binzer-Panchal d473a247d2
Replace remaining task.ext.suffix with task.ext.prefix ()
* 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" }
}
}