cellxgene
cellxgene copied to clipboard
Consider removing custom make_var_unique code
There was a bug in anndata that caused the make_unique
function to not make var names unique. We created a workaround in cellxgene prepare
.
The bug in anndata has been fixed since version 0.7.2, so we should consider removing our workaround code. One thing to think about is compatibility with older anndata versions.
@maniarathi is this a priority or ok to close?