Skip to content

Commit

Permalink
use owltools, not historic obolib-owl2obo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Feb 3, 2016
1 parent 4488bbf commit 062acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GO.xrf_abbs: envo-edit.owl
subsets/EnvO-Lite-GSC.owl: subsets/envo-basic.obo
owltools $< --extract-ontology-subset --fill-gaps --subset EnvO-Lite-GSC --iri $(OBO)/envo/subsets/$@ -o $@
subsets/EnvO-Lite-GSC.obo: subsets/EnvO-Lite-GSC.owl
obolib-owl2obo $< -o $@
owltools $< -o -f obo $@

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

0 comments on commit 062acca

Please sign in to comment.