Marcus Kinsella
Marcus Kinsella
There was a [bug](https://github.com/theislab/anndata/pull/345) in anndata that caused the `make_unique` function to not make var names unique. We created a [workaround](https://github.com/chanzuckerberg/cellxgene/blob/main/server/cli/prepare.py#L231) in `cellxgene prepare`. The bug in anndata has been...
Commit c37c79f639ad42832ad0ac4220777ae54c9247f5 added support for driver_configs in mounts. But this actually made driver_configs stop working for me. I think there are two reasons. First, if `m['driver_config']` is a `docker.types.services.DriverConfig`, then...