Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
New build, fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 13, 2015
1 parent 6691709 commit 6466982
Show file tree
Hide file tree
Showing 6 changed files with 26,810 additions and 779 deletions.
4 changes: 2 additions & 2 deletions src/experimental/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ ordo-differentia.txt:

G = write_all_mdo
IG = -i super_ignore.pro
ordo_category.tsv: ordo.obo
ordo_category.tsv: ordo.obo ../ontology/doid.obo
blip-findall -u metadata_nlp -debug index $(IG) -goal index_entity_pair_label_match -r disease -i omcrest.obo -i $< -consult munger.pro -r hpoa all_ordo_category/3 -label -no_pred > $@
new_ordo.obo: ordo.obo omc-minimal.obo
new_ordo.obo: ordo.obo omc-minimal.obo ../ontology/doid.obo
blip-findall -u metadata_nlp -debug index $(IG) -goal index_entity_pair_label_match -r disease -i omc-minimal.obo -i $< -consult munger.pro -r hpoa $(G) -label > $@.tmp && grep -v $(G) $@.tmp > $@

new_ordo_merged.obo: new_ordo.obo omc-minimal.obo
Expand Down
Loading

0 comments on commit 6466982

Please sign in to comment.