Skip to content

Commit

Permalink
Merge pull request #2199 from EBISPOT/pre-3.65.0-fixes
Browse files Browse the repository at this point in the history
Pre-release fixes
  • Loading branch information
zoependlington authored Apr 12, 2024
2 parents 5488307 + 1a2e990 commit c5c1a0f
Show file tree
Hide file tree
Showing 38 changed files with 435,288 additions and 300,854 deletions.
21,094 changes: 16,119 additions & 4,975 deletions efo-base.owl

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ imports/hancestro_import.owl: mirror/hancestro.owl imports/hancestro_terms.txt $
$(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
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 c5c1a0f

Please sign in to comment.