Skip to content

Commit

Permalink
Merge branch 'main' into update-publications-oct-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper authored Oct 21, 2024
2 parents 660e2e5 + 226062c commit ce09506
Show file tree
Hide file tree
Showing 69 changed files with 114,721 additions and 110,520 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -108,7 +108,7 @@ data:
@echo "Generating frontpage metadata..."
$(RUN) python scripts/generate_fixtures.py --metadata
@echo "Generating publications data..."
$(RUN) python scripts/get_publications.py --update
$(RUN) python scripts/get_publications.py update --update-data
@echo "Generating resources data..."
wget https://raw.githubusercontent.com/monarch-initiative/monarch-documentation/main/src/docs/resources/monarch-app-resources.json -O frontend/src/pages/resources/resources.json
make format-frontend
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 ce09506

Please sign in to comment.