You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of scanpy.
(optional) I have confirmed this bug exists on the main branch of scanpy.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: