ignatiusm
ignatiusm
### What problem are you trying to solve? I see python examples, but I don't see R examples. I think that R users will like devbox too :) ### What...
Relates to https://github.com/broadinstitute/gnomad-browser/issues/1620 Updates method name to match that from the `aiogoogle` [GoogleStorageFileListEntry class from the Hail library](https://github.com/hail-is/hail/blob/6a24c2b6206756694a0e5d72e2c1fb0ab6e4ba14/hail/python/hailtop/aiocloud/aiogoogle/client/storage_client.py#L483). Previously gave an error (see issue for details). Now `get_caids.py` is able...
I'm trying to run `data-pipeline/caids/get_caids.py` with a different dataset, but am encountering an issue. When running lines 139 to 147 of [the script](https://github.com/broadinstitute/gnomad-browser/blob/ff149f066f4060e1d3e517fbfae37e5e772fc144/data-pipeline/caids/get_caids.py#L139) (`all_part_urls`, and `completed_part_urls`), Hail errors out with...
There have been a couple of changes that meant that the plotProportions function was no longer working. I updated the toMatrix function to handle if objects have multiple classes (e.g....
## PR checklist Closes #7543 - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should...