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
Hello, Squidpy seems not to read the newly released Xenium 5K data (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression) correctly. In particular, the function sdata.write(zarr_path) outputs AssertionError: only one path". As a result, the transcripts folder under points folder is empty. How to address this issue? Any advice would be highly appreciated. Look forward to learning your expertise at your earliest convenience. Thank you so much.
...
"sdata.write(zarr_path)
/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/tifffile/tifffile.py:9437: UserWarning: <tifffile.TiffPage 0 @16> reading array from closed file
warnings.warn(
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/spatialdata/_core/spatialdata.py", line 1159, in writeself._write_element(
File "/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/spatialdata/_core/spatialdata.py", line 1207, in _write_element
write_points(points=element, group=element_type_group, name=element_name, format=parsed["points"])
File "/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/spatialdata/_io/io_points.py", line 74, in write_points
points.to_parquet(path)
File "/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/dask/dataframe/core.py", line 5642, in to_parquetreturn to_parquet(self, path, *args, **kwargs)
File "/Users/xyz/.pyenv/versions/3.9.19/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py", line 851, in to_parquetassertlen(_paths) ==1, "only one path"AssertionError: only one path"
Version
print(squidpy.__version__)
1.6.1
...
The text was updated successfully, but these errors were encountered:
Description
Hello, Squidpy seems not to read the newly released Xenium 5K data (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression) correctly. In particular, the function sdata.write(zarr_path) outputs
AssertionError: only one path"
. As a result, the transcripts folder under points folder is empty. How to address this issue? Any advice would be highly appreciated. Look forward to learning your expertise at your earliest convenience. Thank you so much....
Minimal reproducible example
Traceback
Version
1.6.1
...
The text was updated successfully, but these errors were encountered: