Chromawizard 1.1.7
=======================
A tool for creating karyotypes of M-FISH images.

Installation
=======================
Download or clone Chromawizard:
::

    cd chromawizard/Code
    git checkout v1.1.7-release
    pip3 install .

or directly from PyPI:
::

    pip3 install chromawizard

Run ChromaWizard
=======================
::

    chromawizard

or in debug mode:
::

    chromawizard -l Debug
