Skip to content

Commit

Permalink
add disease_context_qualifier to model and regenerate artifacts (#850)
Browse files Browse the repository at this point in the history
Needs to stay in draft until a new kg is build with
disease_context_qualifier
  • Loading branch information
kevinschaper authored Oct 17, 2024
1 parent 2c878e8 commit 43c3200
Show file tree
Hide file tree
Showing 42 changed files with 113,967 additions and 109,950 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install-frontend:

.PHONY: model
model: install-backend
$(RUN) gen-pydantic --pydantic-version 2 --extra-fields allow $(SCHEMADIR)/model.yaml > $(SCHEMADIR)/model.py
$(RUN) gen-pydantic --extra-fields allow $(SCHEMADIR)/model.yaml > $(SCHEMADIR)/model.py
$(RUN) gen-typescript $(SCHEMADIR)/model.yaml > frontend/src/api/model.ts
make format

Expand Down
16 changes: 8 additions & 8 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [{ include = "monarch_py", from = "src" }]
python = "^3.9"
pydantic = "^2"
curies = "<1"
linkml = "^1.7.10"
linkml = "1.8.3"
prefixmaps = "^0.2"
bioregistry = "^0.10.57"
oaklib = ">=0.6.6"
Expand Down
Loading

0 comments on commit 43c3200

Please sign in to comment.