Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.04 KB

index.rst

File metadata and controls

81 lines (64 loc) · 3.04 KB

OMERO Overview and CLI User Documentation

Introduction

OME Remote Objects (OMERO) is a modern client-server software platform for visualizing, managing, and annotating scientific image data. OMERO lets you import and archive your images, annotate and tag them, record your experimental protocols, and export images in a number of formats. It also allows you to collaborate with colleagues anywhere in the world by creating user groups with different permission levels. OMERO consists of a Java server, several Java client applications, as well as Python and C++ bindings and a Django-based web application.

The OMERO clients are cross-platform. To run on your computer they require Java |javaversion_min| or higher to be installed. This can easily be installed from https://java.com/ if it is not already included in your OS. The OMERO.insight client gets all of its information from a remote OMERO.server — the location of which is specified at login. Since this connection utilises a standard network connection, the client can be run anytime the user is connected to the internet.

The OMERO Platform

This documentation is for the OMERO 5 Platform. This version is designed to improve our handling of complex multidimensional datasets. It allows you to upload your files in their original format, preserving file names and any nested directory structure in the server repository. For more technical information, please refer to the :doc:`/developers/index`. You can read about the development of OMERO in the :doc:`history` and the latest user-facing changes in :doc:`whatsnew`.

OMERO clients

.. toctree::
    :maxdepth: 1
    :titlesonly:

    clients-overview
    cli/index

Additional resources

.. toctree::
    :maxdepth: 1
    :hidden:

    community-resources
    whatsnew
    history