1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Fix configuration to pass.

This commit is contained in:
Venkat Malladi 2021-11-18 15:15:23 -06:00
parent 237f91a3b7
commit a8075ee938

View file

@ -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 {