File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ db/efo.owl: STAMP
159159 robot merge -I http://www.ebi.ac.uk/efo/efo.owl -o $@
160160
161161
162- db/reactome-Homo-sapiens.owl : download/reactome-biopax.zip
162+ db/reactome-Homo-sapiens.owl : download/reactome-biopax.zip db/biopax.owl
163163 unzip -p $< Homo_sapiens.owl > $@ .tmp && \
164- robot merge -i $@ .tmp -I
164+ robot merge -i $@ .tmp -i db/biopax.owl -o $@
165165
166166download/reactome-biopax.zip :
167167 curl -L -s https://reactome.org/download/current/biopax.zip > $@
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ $(TEMPLATE): $(THIS_DIR)/sql_schema/semsql.sql
7070 --ontology-file $<\
7171 --output-file $@.ttl.tmp \
7272 --equivalence-as-subclass true \
73+ --output-individuals true \
7374 --output-subclasses true \
7475 --reflexive-subclasses true && \
7576 riot --out RDFXML $@.ttl.tmp > $@.owl.tmp && \
You can’t perform that action at this time.
0 commit comments