.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
cellfinder/__init__.py
cellfinder/main.py
cellfinder.egg-info/PKG-INFO
cellfinder.egg-info/SOURCES.txt
cellfinder.egg-info/dependency_links.txt
cellfinder.egg-info/entry_points.txt
cellfinder.egg-info/not-zip-safe
cellfinder.egg-info/requires.txt
cellfinder.egg-info/top_level.txt
cellfinder/analyse/__init__.py
cellfinder/analyse/analyse.py
cellfinder/export/__init__.py
cellfinder/export/abc4d.py
cellfinder/export/brainrender.py
cellfinder/export/export.py
cellfinder/extract/__init__.py
cellfinder/extract/extract_cubes.py
cellfinder/figures/__init__.py
cellfinder/figures/figures.py
cellfinder/figures/heatmap.py
cellfinder/tools/__init__.py
cellfinder/tools/image_processing.py
cellfinder/tools/parser.py
cellfinder/tools/prep.py
cellfinder/tools/system.py
cellfinder/tools/tools.py
cellfinder/train/__init__.py
cellfinder/train/curation.py
cellfinder/train/curation_old.py