File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ OBO = http://purl.obolibrary.org/obo
12RUN = poetry run
23SRC_DIR = src/semsql/linkml
34BUILDER_DIR = src/semsql/builder
@@ -118,10 +119,12 @@ STAMP:
118119
119120# download OWL, ensuring converted to RDF/XML
120121db/% .owl : STAMP
121- # curl -L -s http://purl.obolibrary.org/obo/$*.owl > $@.tmp && mv $@.tmp $@
122122 robot merge -I http://purl.obolibrary.org/obo/$* .owl -o $@
123123.PRECIOUS : db/% .owl
124124
125+ db/foodon.owl : STAMP
126+ robot merge -I $(OBO ) /foodon.owl relax reduce -c true -o $@
127+
125128db/go.owl : STAMP
126129 curl -L -s http://purl.obolibrary.org/obo/go/extensions/go-plus.owl > $@
127130
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " semsql"
3- version = " 0.1.7 "
3+ version = " 0.2.0 "
44description = " "
55authors = [" cmungall <cjm@berkeleybop.org>" ]
66
You can’t perform that action at this time.
0 commit comments