.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
conda_config.yml
pyproject.toml
setup.cfg
.github/workflows/deploy.yml
.github/workflows/docs.yml
.github/workflows/test.yml
.napari-hub/DESCRIPTION.md
docs/Makefile
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
scripts/create_sample_dataset.py
scripts/run_darts_tube.py
scripts/run_hela.py
scripts/test_edge_selection.py
scripts/configs/darts/210214_salmonella_single_tube.yaml
scripts/configs/darts/220510_bsub_degron_rap_single_tube.yaml
src/motile_plugin/__init__.py
src/motile_plugin/example_data.py
src/motile_plugin/napari.yaml
src/motile_plugin.egg-info/PKG-INFO
src/motile_plugin.egg-info/SOURCES.txt
src/motile_plugin.egg-info/dependency_links.txt
src/motile_plugin.egg-info/entry_points.txt
src/motile_plugin.egg-info/requires.txt
src/motile_plugin.egg-info/top_level.txt
src/motile_plugin/backend/__init__.py
src/motile_plugin/backend/motile_run.py
src/motile_plugin/backend/solve.py
src/motile_plugin/backend/solver_params.py
src/motile_plugin/widgets/__init__.py
src/motile_plugin/widgets/motile_widget.py
src/motile_plugin/widgets/param_values.py
src/motile_plugin/widgets/params_editor.py
src/motile_plugin/widgets/params_viewer.py
src/motile_plugin/widgets/run_editor.py
src/motile_plugin/widgets/run_viewer.py
src/motile_plugin/widgets/runs_list.py
tests/conftest.py
tests/test_solver.py