We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d12bc commit 9bb25e5Copy full SHA for 9bb25e5
src/spatialdata_io/readers/xenium.py
@@ -324,9 +324,7 @@ def xenium(
324
f"chNNNN_<name>.ome.tif starting with {XeniumKeys.MORPHOLOGY_FOCUS_V4_DAPI_FILENAME.value}"
325
)
326
first_tiff_path = morphology_focus_dir / XeniumKeys.MORPHOLOGY_FOCUS_V4_DAPI_FILENAME.value
327
- ome = ome_types.from_xml(
328
- tifffile.tiffcomment(first_tiff_path),
329
- validate=False)
+ ome = ome_types.from_xml(tifffile.tiffcomment(first_tiff_path), validate=False)
330
331
# Get channel names from the OME XML
332
ome_channels = ome.images[0].pixels.channels
0 commit comments