Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylern authored Sep 10, 2024
1 parent 4b924ce commit 5c2aa03
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
> # :warning: Important!
> * :new: **This is a completely new OMERO extension for QuPath v0.5+**!
> * :construction: **It's still being developed - it's currently intended only for testing**
> * :computer: **You can find the older, stable extension at https://github.com/qupath/qupath-extension-omero-web**
> * :fireworks: **The biggest change is that _this extension will provide raw pixel access_**
> * :bug: **Please report any bugs through the [issues page](https://github.com/qupath/qupath-extension-omero/issues)**
# QuPath OMERO extension

Welcome to the OMERO extension for [QuPath](http://qupath.github.io)!
Expand All @@ -18,7 +11,7 @@ server through OMERO's web (and other) API.
> has several limitations.
> See the [Reading images](#reading-images) section.
The extension is intended for QuPath v0.5 and later.
The extension is intended for QuPath v0.6 and later.
It is not compatible with earlier QuPath versions.

## Installing
Expand Down Expand Up @@ -67,7 +60,7 @@ extension can be used from scripts (with or without the graphical user interface

## Building

You can build the extension using OpenJDK 17 or later with
You can build the extension using OpenJDK 21 or later with

```bash
gradlew clean build
Expand All @@ -91,4 +84,4 @@ a few minutes, you can instead create a local OMERO server by running the
`qupath-extension-omero/src/test/resources/server.sh` script and setting the
`OmeroServer.IS_LOCAL_OMERO_SERVER_RUNNING` variable to `true`
(`qupath-extension-omero/src/test/java/qupath/ext/omero/OmeroServer` file).
That way, unit tests will use the existing OMERO server instead of creating a new one.
That way, unit tests will use the existing OMERO server instead of creating a new one.

0 comments on commit 5c2aa03

Please sign in to comment.