scverse / scanpy

Single-cell analysis in Python. Scales to >1M cells.
https://scanpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.93k stars 603 forks source link

Issues with reading in non zarr format Visium HD data in python #3341

Open ankshe opened 2 weeks ago

ankshe commented 2 weeks ago

Please make sure these conditions are met

What happened?

Hi I am trying to read in my Visium HD file which is in non-zarr format. Here is the error that I get.

Minimal code sample

from spatialdata_io import visium_hd import spatialdata as sd

path_read ='...' sdata= visium_hd(path_read)

Error output

Its says the dataset_id needs to be specified, but there isn't a dataset_id in my folder. I tried specifying dataset_id="None" or just blank or some possible names from my parent folder that could be it. But it does not read it.

Versions

``` ```