You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code has been refactored into a proper package. Run pip install /path/to/source to install directly, or python -m build /path/to/source to build a .whl file and pip install that .whl. Then, run mcquant or python -m mcquant.cli instead of the previous python CommandSingleCellExtraction.py.
The --version argument has been implemented, which prints the version of the tool.