[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:
Sidney Bell
2020-01-28 16:12:43 -08:00
committed by GitHub
parent 3dd50e5676
commit a927d733c2
4 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -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)},
}
}