mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
tests: add missing paths to config
This commit is contained in:
parent
888620063b
commit
98d8a741ec
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
params.settings_path = '/tmp/.ncbi'
|
||||
params.settings_file = "${params.settings_path}/user-settings.mkfg"
|
||||
|
||||
process {
|
||||
|
||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||
|
|
Loading…
Reference in a new issue