Skip to content

Commit f76f5b8

Browse files
committed
bump
1 parent f6ba749 commit f76f5b8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
OBO = http://purl.obolibrary.org/obo
12
RUN = poetry run
23
SRC_DIR = src/semsql/linkml
34
BUILDER_DIR = src/semsql/builder
@@ -118,10 +119,12 @@ STAMP:
118119

119120
# download OWL, ensuring converted to RDF/XML
120121
db/%.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+
125128
db/go.owl: STAMP
126129
curl -L -s http://purl.obolibrary.org/obo/go/extensions/go-plus.owl > $@
127130

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "semsql"
3-
version = "0.1.7"
3+
version = "0.2.0"
44
description = ""
55
authors = ["cmungall <cjm@berkeleybop.org>"]
66

0 commit comments

Comments
 (0)