Skip to content

Commit

Permalink
Update hp.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Nov 12, 2023
1 parent 0b02404 commit d4dafe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ontology/hp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ qc: test hp.owl hp.obo
iconv:
iconv -f UTF-8 -t ISO-8859-15 $(SRC) > $(TMPDIR)/converted.txt || (echo "found special characters in ontology. remove those!"; exit 1)

MERGE_TEMPLATE_URL="https://docs.google.com/spreadsheets/d/e/2PACX-1vR6tpRf55z_UKliR6hnagCG5Bs3shuPyC6-3PKv0UXrMyLq6zUFeRNfJ76BcIgR2pokVrobjxRDYQ2t/pub?gid=2067169879&single=true&output=tsv"
tmp/merge.tsv:
MERGE_TEMPLATE_URL="https://docs.google.com/spreadsheets/d/e/2PACX-1vR99Cz13ykiPwq-WdLjAGsPod6n7daSjyhpJa2FJS5bjEDDBlkjJYGrS2hYckvtGAIO2JzpCYMueuUM/pub?gid=1430967911&single=true&output=tsv"
sync_google_template:
wget $(MERGE_TEMPLATE_URL) -O $@

merge_template: tmp/merge.tsv
$(ROBOT) template --merge-before --input $(SRC) \
$(ROBOT) template --prefix "orcid: https://orcid.org/" --merge-before --input $(SRC) \
--template $< --output $(SRC).ofn && mv $(SRC).ofn $(SRC)

reset_edit:
Expand Down

0 comments on commit d4dafe8

Please sign in to comment.