CoolFace
Apppublic

ongxuanhong/deepvaa-acmg-reports

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

Setup

bash
uv venv --python 3.12
source .venv/bin/activate
uv pip install -r requirements.txt

Testing

bash
export PYTHONPATH=./src
uv run pytest tests/

# or
uv run pytest tests/acmg/criteria/functional/test_pvs1.py

Formatting and linting

bash
uv run black src/
uv run flake8 src/