- scikit-image minimum version is now 0.23.2
- The code has been refactored into a proper package. Run
pip install /path/to/source
to install directly, orpython -m build /path/to/source
to build a .whl file andpip install
that .whl. Then, runmcquant
orpython -m mcquant.cli
instead of the previouspython CommandSingleCellExtraction.py
. - The
--version
argument has been implemented, which prints the version of the tool.