Galaxy Image Analysis: https://github.com/BMCV/galaxy-image-analysis
Use python -m unittest in the root directory of the repository to run the test suite.
Use coverage run -m unittest && coverage html to generate a coverage report.
Use cd docs && PYTHONPATH=".." sphinx-build -b doctest . _build to run doctest.
Use cd docs && PYTHONPATH=".." sphinx-build -b html . _build to build the docs.