mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Fix configuration to pass.
This commit is contained in:
parent
237f91a3b7
commit
a8075ee938
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ params {
|
|||
az_location = 'westeurope'
|
||||
batch_name = false
|
||||
batch_key = false
|
||||
storage_name = false
|
||||
storage_key = false
|
||||
storage_name = 'nextflow-test'
|
||||
storage_key = 'not a real key'
|
||||
}
|
||||
|
||||
docker {
|
||||
|
|
Loading…
Reference in a new issue