czbiohub-sf / excellxgene

MIT License
10 stars 5 forks source link

Running example data does not work due to KeyError: X_root #11

Closed ddemaeyer closed 2 years ago

ddemaeyer commented 2 years ago

pip install excellxgene==2.6.3 .... Successfully installed excellxgene-2.6.3

excellxgene launch example-dataset/pbmc500.h5ad Configuring multiprocessing spawner... [cellxgene] Starting the CLI... [cellxgene] Loading data from pbmc500.h5ad. Loading and precomputing layers necessary for fast differential expression and reembedding... Layer X ... Finished loading the data. Validating and initializing... KeyError: 'X_root'

Error persists in latest version 2.7.4

atarashansky commented 2 years ago

Hey, thanks for reporting this.

I’ll take a look and get back to you!

atarashansky commented 2 years ago

Hi there,

Please upgrade to 2.7.5 and try again. It should be fixed. Keep in mind that pbmc500 is a completely empty dataset (i.e. no UMAP embedding) so you'll see a blank screen ( attached image below). To generate a UMAP, you'll need to preprocess and embed using the reembedding dialog (second image attached below). Closing this issue for now, but feel free to reopen if you have any other related questions, concerns, or issues.

image image