diff --git a/src/ontology/hp.Makefile b/src/ontology/hp.Makefile index e964d2acd..fcac84979 100644 --- a/src/ontology/hp.Makefile +++ b/src/ontology/hp.Makefile @@ -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: