Core functions for variant scoring
Make sure you have uv
installed. See here for installation instructions.
uv sync
Build:
docker build -t kundajelab/varscore:dev -f Dockerfile .
Sanity check to make sure it works (PLEASE DO BEFORE PUSHING):
docker run --rm kundajelab/varscore:dev varscore.ingest_model
Push:
docker push kundajelab/varscore:dev