mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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'
|
az_location = 'westeurope'
|
||||||
batch_name = false
|
batch_name = false
|
||||||
batch_key = false
|
batch_key = false
|
||||||
storage_name = false
|
storage_name = 'nextflow-test'
|
||||||
storage_key = false
|
storage_key = 'not a real key'
|
||||||
}
|
}
|
||||||
|
|
||||||
docker {
|
docker {
|
||||||
|
|
Loading…
Reference in a new issue