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 42 openmicroscopy issues
Sort by recently updated
recently updated
newest added

During the recent release, a few "sticky" points were noticed making the release a bit more complicated than necessary Below is a list of points to consider with potential solutions...

Adjusts the GatewayUsageTest to https://github.com/ome/omero-gateway-java/pull/63 .

Adds an integration test for reproducing issue https://github.com/ome/omero-insight/issues/293 , join via session id and browse different groups. Currently fails, only works for the Read-Annotate group, fails for other groups. /cc...

PR #6303 fixed an initial problem Adding try block to avoid build failure

Copy the file if found locally above src Background: During the daily build process, an entry is added to ``etc/omero.properties`` indicating where to download the artifacts from, e.g. https://merge-ci.openmicroscopy.org/jenkins//job/OMERO-python-superbuild-build/lastSuccessfulBuild/artifact/PACKAGE/dist/ This...

Add an integration test for the `getPlaneInfos` method of the Metadatafacility, see https://github.com/ome/omero-gateway-java/pull/57 .

Integration test for https://github.com/ome/omero-gateway-java/pull/51 .

Bumps the databse to `OMERO5.4__1`. This is likely a better strategy than performing the indexing in the background since it potentially takes a considerable amount of time. However, this is...

Three separate sources of slowness have been identified: 1. Early in the process when data is being gathered, profiling shows Hibernate eating a lot of memory. Caches may need configuration...

Use psql to load the sql file generated by `omero db script`. Redirect stdout to `/dev/null` so only stderr is shown. These warnings are generated: ``` $ psql -hlocalhost -p...