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/svdb/query/nextflow.config
Ramprasad Neethiraj 5297d27fbf
update svdb to version 2.5.2 ()
* update svdb version and tests

* update link
2022-03-21 10:39:34 +01:00

5 lines
119 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}