mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 09:28:12 +08:00
[WIP] Patch for anndata 0.7 (#1132)
* Fix JSON encoding bug introduced by anndata 0.7 * Add anndata csr and csc classes to allowed matrix proxy inputs
This commit is contained in:
@@ -45,7 +45,7 @@ class ConfigAPI(Resource):
|
||||
},
|
||||
"links": {"about-dataset": current_app.config["ABOUT_DATASET"]},
|
||||
"parameters": {**current_app.data.get_config_parameters(uid=cxguid, collection=anno_collection)},
|
||||
"library_versions": {"cellxgene": cellxgene_version, "anndata": anndata_version},
|
||||
"library_versions": {"cellxgene": cellxgene_version, "anndata": str(anndata_version)},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user