Skip to content

Commit

Permalink
Revert to owltools temporarily for ontobio JSON parsing compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Sep 18, 2024
1 parent ac901cb commit ba118d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ deploy-release:
gzip -c $< > $@.tmp && mv $@.tmp $@

%.json: %.owl
$(ROBOT) convert --input $< -f json -o $@
$(OWLTOOLS) $(USECAT) $< -o -f json $@
.PRECIOUS: %.json

# ----------------------------------------
Expand Down

0 comments on commit ba118d1

Please sign in to comment.