Welcome to the BIOP-OMERO extension for QuPath!
This adds support for accessing images hosted on an OMERO server through OMERO-ICE API.
The extension is intended for QuPath v0.4 (at the time of writing). It is not compatible with earlier QuPath versions. However, the 0.2.0 version of this extension is the last compatible one with QuPath 0.3.2.
You can find all the documentation on how to use this extension on our wiki page.
Downloads
-
To install the OMERO extension, download the latest
qupath-extension-biop-omero-[version].zip
file from releases, unzip it and drag the two .jars onto the main QuPath window. -
If you haven't installed any extensions before, you'll be prompted to select a QuPath user directory. The extension will then be copied to a location inside that directory.
-
The
OMERO-java dependencies
are required to make this extension working. Download the .zip file from the OMERO download page, under "OMERO Java". Unzip it and copy "libs" folder in your extension directory.
Update
- You might then need to restart QuPath (but not your computer).
You can build the extension using OpenJDK 11 or later with
gradlew clean build
The output will be under build/libs
.
You can drag the jar file on top of QuPath to install the extension.