Skip to content

will-moore/omero-web

 
 

Repository files navigation

OMERO.web

Introduction

OMERO.web provides a web based client and plugin infrastructure.

Dependencies

Direct dependencies of OMERO.web are:

Installation

See: OMERO documentation

Usage

See: OMERO documentation

Contributing

See: OMERO documentation

Running tests

The tests are located under the test directory. To run all the tests, use the test target of build.py run from the root of your repository:

./build.py -f components/tools/OmeroWeb/build.xml test

Unit tests

Unit tests are stored under the test/unit folder and can be run by calling:

./build.py -f components/tools/OmeroWeb/build.xml test

Integration tests

Integration tests are stored under test/integration and depend on the OMERO integration testing framework. They can be run by calling:

./build.py -f components/tools/OmeroWeb/build.xml integration

Reading about Running and writing tests in the OMERO documentation is essential.

License

OMERO.web is released under the AGPL.

2009-2016, The Open Microscopy Environment, Glencoe Software, Inc.

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.8%
  • HTML 21.6%
  • JavaScript 19.3%
  • CSS 8.3%