mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
98b024c0e4
* fix: correct syntax for task.ext.use_cache * Apply suggestions from code review * fix: simplify logic * fix: update to new syntax
9 lines
192 B
Text
9 lines
192 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: SNPEFF {
|
|
ext.container_tag = '5.0.WBcel235'
|
|
}
|
|
|
|
}
|