goeckslab / tools-mti

MIT License
3 stars 7 forks source link

Need to update analysis tools to use anndata 0.10 #60

Open CameronFRWatson opened 6 months ago

CameronFRWatson commented 6 months ago

Breaking change between anndata 0.10 and prior versions means that some of our tools running anndata 0.7-0.8 are incompatible with tool suites that run anndata 0.10, resulting in the following error when trying to read h5ad files from the newer version:

KeyError: 'dict'
...
anndata._io.utils.AnnDataReadError: Above error raised while reading key 
'/layers' of type <class 'h5py._hl.group.Group'> from /.

This impacts tools in the following suites:

Short term fix:

Longer term:

CameronFRWatson commented 5 months ago

Scimap

Working branch

https://github.com/goeckslab/tools-mti/tree/scimap-update-1.3.10

Goals

Current status

To-do

CameronFRWatson commented 5 months ago

Vitessce

Working branch

No working branch yet

Goals

Current status

To-do

CameronFRWatson commented 5 months ago

Squidpy

Working branch

No working branch yet

Goals

Current status

To-do