hail
hail copied to clipboard
Cloud-native genomic dataframes and batch computing
I encountered an error in an external package when I used a Hail-generated pandas data frame, which is due to an unsupported dtype [`pandas.StringDtype`](https://pandas.pydata.org/docs/reference/api/pandas.StringDtype.html#pandas.StringDtype). https://github.com/biocore-ntnu/pyranges/pull/264 Given it's still experimental in...
Added a geom to support boxplots.
to replicate: ``` mt = hl.balding_nichols_model(10, 10, 10) hl.export_plink(mt.key_cols_by(s=hl.str(mt.sample_idx)), '/tmp/foo') ``` then manually edit bim file to look like: ``` 1 1:1:A:C 0.0 1 C A 1 1:2:A:C 0.0 2...
This is a multi-stage overhaul of our Kubernetes load balancers / service discovery. This involves moving off of NGINX onto Envoy, but more importantly involves better control of what namespaces...
Currently, `geom_point` does not support specifying a point shape via an aesthetic. This change adds support for a `shape` aesthetic to `geom_point`. For example, using the following set of commands...
I added a new Grafana panel without alerts that hopefully will let us catch problems if jobs aren't getting scheduled in a timely manner. I think to have an alert,...
Adds functionality for CI to track which namespaces in the cluster are currently active and which services they are running. See #12095 for more context on the motivation for this...