Skip to content

Commit

Permalink
Merge pull request #1714 from EBISPOT/3.45.0
Browse files Browse the repository at this point in the history
EFO release 3.45.0
  • Loading branch information
zoependlington authored Aug 15, 2022
2 parents 43d91db + 43da018 commit 4d4f7e0
Show file tree
Hide file tree
Showing 18 changed files with 233,557 additions and 361,285 deletions.
41,744 changes: 97 additions & 41,647 deletions ExFactor Ontology release notes.txt

Large diffs are not rendered by default.

4,762 changes: 244 additions & 4,518 deletions efo-base.owl

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ imports/mondo_import.owl: mirror/mondo.owl imports/mondo_terms.txt iri_dependenc
imports/hancestro_import.owl: mirror/hancestro.owl imports/hancestro_terms.txt $(SRC)
$(ROBOT) extract -i $< -T imports/hancestro_terms.txt --method BOT -O $(BASE)/$@ -o $@
.PRECIOUS: imports/hancestro_import.owl

imports/oba_import.owl: imports/oba_bot.owl imports/oba_terms.txt $(SRC)
$(ROBOT) filter -i $< --term-file imports/oba_terms.txt --term RO:0000052 --select "annotations ontology anonymous self" --trim true --signature true -O $(BASE)/$@ -o $@
.PRECIOUS: imports/%_import.owl

# ----------------------------------------
# Pipeline for removing a merged ontology
Expand Down
Loading

0 comments on commit 4d4f7e0

Please sign in to comment.