OMERO.dropbox provides a server for watching directories for new files which are then imported into OMERO.
Direct dependencies of OMERO.dropbox are:
See: OMERO documentation
See: OMERO documentation
See: OMERO documentation
Unit tests are located under the test directory and can be run with pytest.
Integration tests are stored in the main repository (ome/openmicroscopy) and depend on the OMERO integration testing framework. Reading about Running and writing tests in the OMERO documentation is essential.
This repository uses bump2version to manage version numbers. To tag a release run:
$ bumpversion release
This will remove the .dev0
suffix from the current version, commit, and tag the release.
To switch back to a development version run:
$ bumpversion --no-tag [major|minor|patch]
specifying major
, minor
or patch
depending on whether the development branch will be a major, minor or patch release. This will also add the .dev0
suffix.
Remember to git push
all commits and tags.
OMERO.dropbox is released under the GPL v2.
2009-2020, The Open Microscopy Environment, Glencoe Software, Inc.