erosix

Results 3 comments of erosix

I got this error too. I edited the column names of the AnnData metadata (.obs), as follows: ``` import anndata filename="myAD.h5ad" anndata1=anndata.read_h5ad(filename) anndata1.obs.columns = [sub.replace('(', '') for sub in anndata1.obs.columns]...

Not even one but two solution, great! Thank you both, looking forward to try them out!

Hi @boombard @sebastian-luna-valero did you solve the "The 'tracer==0.5' distribution was not found and is required by the application" problem? I am having the same issue.