Genomic breeding workflow
Build Status | License |
---|---|
TODO: Consolidate db, gp, and simquantgen into this single workflow plus various selection strategies incorporating selection simulations
Manage the project via uv and ruff:
cd gb/
pip install uv
pip install ruff
uv init .
uv add pytest mypy numpy progressbar2 pysnptools scikit-learn matplotlib polars click
uv run ruff format
uv run ruff check
uv run mypy
uv run pytest