Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

motile_toolbox

tests black mypy codecov

A suite of tools for helping to run tracking with motile. Current functionality includes creating candidate graphs from segmentations and track loading utilities. API documentation available at: https://funkelab.github.io/motile_toolbox.

Install Motile Toolbox

Motile Toolbox depends on motile, which in turn depends on gurobi and ilpy. These dependencies must be installed with conda before installing motile toolbox with pip.

conda install -c conda-forge -c funkelab -c gurobi ilpy
pip install motile-toolbox