/viewmask

A Python package and CLI to view TCGA MoNuSeg XML annotations and NumPy masks.

Primary LanguagePythonMIT LicenseMIT

viewmask

A Python package and CLI to view XML annotations and NumPy masks.

PyPI version fury.io PyPI downloads HitCount Documentation Status Travis build PyPI license

Installation

pip

python3 -m pip install --upgrade pip
python3 -m pip install viewmask

or: :

python3 -m pip install --upgrade pip
python3 -m pip install git+git://github.com/sumanthratna/viewmask.git#egg=viewmask

Poetry

poetry run python -m pip install --upgrade pip
poetry add viewmask

or: :

poetry run python -m pip install --upgrade pip
poetry add git+https://github.com/sumanthratna/viewmask.git