populationgenomics / hail

Scalable genomic data analysis.
https://hail.is
MIT License
1 stars 1 forks source link

FIX: storage accounts weren't unique. Added prefix. Fixed zone bug in… #294

Closed violetbrina closed 1 year ago

violetbrina commented 1 year ago

The storage accounts were no longer unique. I've added in a storage_account_suffix argument in order to resolve this issue.

The other bug was that the zone argument for the flexible mysql server no longer has any valid options in the Australia East region. I've commented it out with the error I noticed. Happy to clean up/remove that comment if we'd prefer it to not be there.