Tooling & Pipeline¶
This project has three main “ways in”:
- The
nhra_gtPython package (library + simulation engine) - A reproducible Snakemake pipeline (
Snakefile) - Utility scripts under
scripts/
Common tasks¶
Run the baseline pipeline¶
The CI workflow runs the baseline and context pack targets via Snakemake:
Build the context pack¶
Check parameter traceability¶
Build the docs locally¶
Run the Streamlit app¶
Where things live¶
- Pipeline entrypoint:
Snakefile - Scripts:
scripts/ - Package source:
src/nhra_gt/ - Documentation source:
docs_mkdocs/