Skip to content

vanvalenlab/deepcell-toolbox

Repository files navigation

DeepCell Toolbox Banner

Build Status Coverage Status License PyPI version Python Versions

A collection of tools for processing data for deepcell-tf.

Developer instructions

Feel free to use your preferred developer tools. Here is a simple workflow using standard tools.

From the deepcell-toolbox checkout, run:

python3.10 -m venv .venv
source .venv/bin/activate

pip install -e .

# Run unit tests
pytest --pyargs deecell_toolbox