Skip to content

Commit

Permalink
Merge pull request #9 from pwalczysko/migration-explanation
Browse files Browse the repository at this point in the history
QuPath extensions for OMERO migrated - update link
  • Loading branch information
jburel committed Mar 7, 2024
2 parents 77cc434 + 4aec77d commit 720205a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/qupath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ Resources
Setup
-----

- Download QuPath `v0.4.2 <https://github.com/qupath/qupath/releases/tag/v0.4.2>`_.
- Download the `OMERO extension for QuPath <https://github.com/qupath/qupath-extension-omero/releases>`_ v0.3.0.
- Install the OMERO extension as described in `qupath-omero-extension <https://github.com/qupath/qupath-extension-omero>`_.
- Download QuPath `v0.5.1 <https://github.com/qupath/qupath/releases/tag/v0.5.1>`_.
- Download the `OMERO extension for QuPath <https://github.com/qupath/qupath-extension-omero-web/releases>`_ v0.4.0.
- Install the OMERO extension as described in `qupath-omero-web-extension <https://github.com/qupath/qupath-extension-omero-web>`_.
- Note: the QuPath team is working on newer versions of the extensions under `qupath-omero-extension <https://github.com/qupath/qupath-extension-omero>`_ - these versions are currently under development and are meant only for testing.

Step-by-step
------------
Expand Down Expand Up @@ -117,12 +118,12 @@ Save detection ROIs using QuPath script

#. Select several detection ROIs.

#. Open the scripting dialog in QuPath ``Automate > Show script editor`` and paste into it the following code::
#. Open the scripting dialog in QuPath ``Automate > Script editor`` and paste into it the following code::

import qupath.lib.images.servers.omero.OmeroTools
OmeroTools.writePathObjects(getSelectedObjects(), getCurrentServer())

#. From the top menu, select ``Run > Run``. This saves the detection ROIs you selected in the ``Hierarchy`` tab into OMERO.
#. Click ``Run``. This saves the detection ROIs you selected in the ``Hierarchy`` tab into OMERO.

#. Go to OMERO.iviewer and refresh the image. Inspect the saved detection ROIs.

Expand Down

0 comments on commit 720205a

Please sign in to comment.