Static site located at:
https://uccc-bbsr.github.io/omics-radar/index.html
A local Streamlit editorial application and static newsletter publisher for the University of Colorado Cancer Center Biostatistics and Bioinformatics Shared Resource.
uv sync
uv run streamlit run app.pyThe app creates its local database at data/omics_radar.duckdb. The database is
pushed to GitHub. Database could be split in the future if it gets too big. Add and manage entries locally, then publish an issue to write
the public site to docs/.
uv run pytestSee implementation.md for the architecture, data model, workflow, and roadmap.