dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
7 stars 2 forks source link

Add entrypoint scripts + pyproject.toml + install self in container #236

Closed dchaley closed 1 month ago

dchaley commented 1 month ago

This adds 4 independent entry point scripts:

These implement the 3 phases plus an optional visualization step.

We added the pyproject to facilitate installing the module itself– we'll test shortly by building the container 😎

Paired with @WeihaoGe1009

Fixes #222