Pure Python implementation of python-bioformats reader API using OMERO.
- OMERO.py 5.1.x, 5.2.x
- Python 2.6+
Clone the repository:
[email protected]:glencoesoftware/omero-reader.git
Set up a virtualenv (http://www.pip-installer.org/) and activate it:
curl -O -k https://raw.github.com/pypa/virtualenv/master/virtualenv.py python virtualenv.py omero-reader source omero-reader/bin/activate pip install -r requirements.txt pip install -r requirements-dev.txt
Using py.test to run the unit tests:
py.test tests/unit/
This project is licensed under the terms of the GNU General Public License (GPL) v2 or later.