openmicroscopy icon indicating copy to clipboard operation
openmicroscopy copied to clipboard

OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, re...

Results 48 openmicroscopy issues
Sort by recently updated
recently updated
newest added

The goal of this PR is to allow testing release, latest, and merge-style builds all from docker, docker-compose and travis. This is currently a work-in-progress but *not* opened as a...

Adjust integration test for https://github.com/ome/omero-gateway-java/pull/18

https://forum.image.sc/t/file-browser-in-omero-script-gui Something like ``scripts.Dialog("file", description="Choose files", default="File")``

enhancement

Suggestion from https://forum.image.sc/t/release-of-omero-5-5-1/27545/4 Warn before running any build steps if the version of setuptools is incompatible with the build system.

See https://github.com/openmicroscopy/openmicroscopy/pull/6031 for background Proposition: create a target generating the dependencies report but bundling the report

`bin/omero delete Plate:123` works nicely but `bin/omero delete plate:123` gives a confusing error. 1. OMERO.cli might should check input against legal graph targets returned by `--list`. 1. OMERO.server could catch...

Original forum post : https://www.openmicroscopy.org/community/viewtopic.php?f=4&t=8728 For a public user without rendering settings for an image, the preview pane aspect ratio is incorrect and the navigation thumbnail window is missing. Steps...

``` -bash-4.2$ bin/omero login root@localhsot Password: WARNING:omero.client:..Ignoring error in client.__del__: Ice.DNSException: bad host name: 'localhsot' ```

You have this in your root CMakeLists.txt: ``` # Find Ice programs, includes, slice definitions and libraries find_package(Ice 3.5.0 REQUIRED COMPONENTS Ice IceUtil Glacier2) ``` Building openmicroscopy against Ice 3.7.0:...

OMERO currently does not support a scalable strategy for loading a large number of shapes in the forms of _regions of interest_ (ROI). There are instances were users are creating...