diff --git a/src/imcflibs/imagej/omerotools.py b/src/imcflibs/imagej/omerotools.py index 2e2c4325..1534f137 100644 --- a/src/imcflibs/imagej/omerotools.py +++ b/src/imcflibs/imagej/omerotools.py @@ -3,9 +3,15 @@ Contains helpers to parse URLs and / or OMERO image IDs, connect to OMERO and fetch images from the server. -Requires the [`simple-omero-client`][simple-omero-client] JAR to be installed. +Requires both the [`simple-omero-client`][simple-omero-client] and the +[`omero-insight`][omero-insight] JARs to be installed. + +Most of the functions will use the [`simple-omero-client`][simple-omero-client] +to interact with the OMERO server. However, there are still some that +requires the [`omero-insight`][omero-insight] plugin to read metadata. [simple-omero-client]: https://github.com/GReD-Clermont/simple-omero-client +[omero-insight]: https://github.com/ome/omero-insight """ from fr.igred.omero import Client