Back to Claude Scientific Skills

Official Sources and Version Snapshot

skills/omero-integration/references/sources.md

2.55.08.1 KB
Original Source

Official Sources and Version Snapshot

Research date: 2026-07-23

This file records the authoritative basis for skill version 1.2. The snapshot must not replace checking the target server's own version and discovery endpoints.

Current Versions

  • OMERO.server 5.6.18 — May 2026 bug-fix release.
  • OMERO.py / omero-py 5.22.1 — released 2026-03-25.
  • OMERO.web 5.31.0 — the version tested with OMERO.server 5.6.18.
  • Bio-Formats 8.5.0 — bundled by OMERO.server 5.6.18.
  • ZeroC IcePy 3.6.5 — exact client binding version in current official installation examples and OMERO-linked wheel matrix.

The OMERO.server history explicitly says 5.6.18 was tested with OMERO.py 5.22.1 and OMERO.web 5.31.0. That tested pairing is stronger evidence than assuming compatibility from package version numbers.

Release and Package Metadata

Installation and Compatibility

Connection and Security

Data, Metadata, ROIs, and Tables

CLI Import, Export, and Download

OMERO.web and Public Data

Research Method

The refresh used focused parallel-cli search queries restricted primarily to:

  • omero.readthedocs.io
  • docs.openmicroscopy.org
  • ome-model.readthedocs.io
  • openmicroscopy.org
  • pypi.org
  • official github.com/ome/* repositories

Canonical pages above were then fetched with parallel-cli extract using objectives specific to versions, Python/Ice compatibility, connection security, BlitzGateway APIs, CLI behavior, tables, ROIs/annotations, rendering, and OMERO.web/public APIs.

No Parallel JSON research artifacts were written into the repository.

Known Documentation Tensions

  • PyPI declares Python >=3.10 without an upper bound, while the OMERO support matrix currently supports through 3.12 and marks 3.13/3.14 upcoming. Installation is also constrained by matching IcePy wheels. This skill uses Python 3.12 as the reproducible recommendation.
  • Current Python docs still demonstrate IRoi while the generated API marks the interface deprecated. The skill documents and isolates this dependency rather than pretending a replacement is official.
  • OMERO.web documents webclient publication links, while separately stating that webclient is not a stable public API. Durable publication links should use administrator-managed redirects/DOIs.
  • secure=True encrypts traffic but standard clients do not automatically provide full hostname verification. High-assurance deployments need the administrator-provided IceSSL trust/name configuration.