We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83bef7 commit 563693aCopy full SHA for 563693a
1 file changed
src/spatialdata_io/readers/xenium.py
@@ -258,7 +258,7 @@ def xenium(
258
labels_name="nucleus_labels",
259
labels_models_kwargs=labels_models_kwargs,
260
cells_zarr=cells_zarr,
261
- cell_id_str=cells_zarr_cell_id_str,
+ cell_id_str=None,
262
)
263
if cells_labels:
264
labels["cell_labels"], cell_labels_indices_mapping = _get_labels_and_indices_mapping(
0 commit comments