Skip to content

Commit

Permalink
add FBdv bridge axioms. Should fix issue #521
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 15, 2014
1 parent 09871ca commit 11a6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ composite-wbls.owl: local-wbls.owl $(MBASE)

# TODO - disallow equivalencies
composite-fbbt.owl: local-fbbt.owl local-fbdv.owl $(MBASE)
owltools --no-debug --create-ontology uberon/$@ $(MBASE) bridge/uberon-bridge-to-fbbt.owl bridge/cl-bridge-to-fbbt.owl $< local-fbdv.owl --merge-support-ontologies --reasoner elk \
owltools --no-debug --create-ontology uberon/$@ $(MBASE) bridge/uberon-bridge-to-fbdv.owl bridge/uberon-bridge-to-fbbt.owl bridge/cl-bridge-to-fbbt.owl $< local-fbdv.owl --merge-support-ontologies --reasoner elk \
--merge-species-ontology -s 'Drosophila' -t NCBITaxon:7227 \
--assert-inferred-subclass-axioms --removeRedundant --allowEquivalencies \
-o -f ofn $@ && perl -pi -ne 's@FlyBase development CV@FlyBase_development_CV@' $@
Expand Down

0 comments on commit 11a6bf7

Please sign in to comment.