hail icon indicating copy to clipboard operation
hail copied to clipboard

Cloud-native genomic dataframes and batch computing

Results 229 hail issues
Sort by recently updated
recently updated
newest added

Stacked on #11996. This change gets rid of the extra dummy variable and temp table used for bookkeeping the previous migration to populate the aggregated billing tables.

prio:high
WIP
migration

Stacked on #11997 This PR enables real-time billing. It should be relatively straightforward. It uses the MySQL v8 instant add of a column. Therefore, we need to switch the Azure...

stacked PR
WIP
migration

Stacked on #12006 This PR actually uses the new tables within the client application. The billing page should now load quickly. Note that the old aggregated billing tables are still...

stacked PR
WIP

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.21.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.20.1&new-version=4.21.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

This simplifies the code and means that region bookeeping for the prune queue is unnecessary.

Otherwise you get an error from the compiler on IR construction/typechecking

High level changes: * `TableRead` and `MatrixRead` text representation change: where before the requested type could be `None`, it can now also be `DropRowUIDs`, or for `MatrixRead` `DropColUIDs` or `DropRowColUIDs`....

CHANGELOG: Fix bug where hl.init could silently overwrite the global random seed.