Skip to content

Commit

Permalink
fix 'script' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 23, 2023
1 parent f43a396 commit a582bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docs/index.md: biolink-model.yaml env.lock
# JEKYLL DOCS
# ~~~~~~~~~~~~~~~~~~~~
docs/Classes.md: biolink-model.yaml env.lock
poetry run python script/jekyllmarkdowngen.py --dir jekyll_docs --yaml $<
poetry run python scripts/jekyllmarkdowngen.py --dir jekyll_docs --yaml $<


# ~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -132,8 +132,8 @@ prefix-map/biolink-model-prefix-map.json: biolink-model.yaml dir-prefix-map env.
poetry run gen-prefix-map $< > $@

id-prefixes:
poetry run gen-python prefix-map/class_prefixes.yaml > script/classprefixes.py
cd script && poetry run python id_prefixes.py
poetry run gen-python prefix-map/class_prefixes.yaml > scripts/classprefixes.py
cd scripts && poetry run python id_prefixes.py
# ~~~~~~~~~~~~~~~~~~~~
# Ontology
# ~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit a582bb0

Please sign in to comment.