Development
August 25, 2025 ยท View on GitHub
Setup
git clone https://github.com/NygenAnalytics/cytetype.git
cd cytetype
uv sync --all-extras
uv run pip install -e .
Testing & Linting
uv run pytest
uv run ruff check .
uv run ruff format .
uv run mypy .
Exceptions
CyteTypeError: Base exceptionCyteTypeAPIError: API communication issuesCyteTypeTimeoutError: API polling timed outCyteTypeJobError: Upstream job reported error