omero-integration

Access OMERO microscopy data via the Python BlitzGateway client.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill omero-integration-mkurman
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/mkurman/tamux/tree/main/skills/scientific-skills/omero-integration
Command: npx skills add https://github.com/mkurman/tamux --skill omero-integration-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

Microscopy teams need a programmable interface to OMERO to manage images, ROIs, and annotations across experiments, enabling reproducible data handling and automation.

Core Features & Use Cases

  • Connection & session management to OMERO via BlitzGateway for reliable long-running analyses.
  • Data access, retrieval, and navigation of standard hierarchies (Projects β†’ Datasets β†’ Images) and screening hierarchies (Screens β†’ Plates β†’ Wells).
  • Metadata, annotations, ROI handling, and batch script capabilities for automation and reproducibility.

Quick Start

Connect to an OMERO server and begin listing projects to verify connectivity.

Frequently Asked Questions about omero-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate microscopy data workflows with OMERO in Python?β–Ό

You can automate microscopy data workflows by establishing programmatic access to OMERO servers via the BlitzGateway. This supports automated data exploration, ROI analysis, metadata handling, and batch processing across projects, datasets, and images.

How do I query and navigate OMERO screening hierarchies using Python?β–Ό

You query OMERO screening hierarchies by establishing a BlitzGateway session to navigate standard hierarchies like Projects and Datasets, or screening hierarchies including Screens, Plates, and Wells for targeted microscopy data retrieval.

Do I need the omero-py client to manage microscopy metadata and annotations?β–Ό

Yes, managing microscopy metadata and annotations requires the OMERO Python client (omero-py) and BlitzGateway to support server connections, queries, and automation for reliable long-running analyses.

Can I run batch processing scripts for ROI analysis on OMERO servers?β–Ό

Yes, batch processing scripts for ROI analysis are supported on OMERO servers. The programmatic interface handles metadata, annotations, and batch script capabilities to enable reproducible automation across experiments.

What is the best way to manage long-running microscopy analyses on an OMERO server?β–Ό

The best way to manage long-running microscopy analyses is through BlitzGateway connection and session management to OMERO. This maintains reliable server connectivity for sustained data access, retrieval, and automated navigation.