monarch-initiative / owlsim-v3

Ontology Based Profile Matching
16 stars 5 forks source link

missing files for performance tests #5

Closed nlwashington closed 9 years ago

nlwashington commented 9 years ago

the performance tests in org.monarchinitiative.owlsim.compute.matcher.perf generally do not pass due to missing files in this line of code:

load("/ontologies/hp.obo", "/data/omim-disease-phenotype.owl", "/data/disorders.ttl");

can you either add these files to the resources directory, or comment as to where the files should be fetched from?

cmungall commented 9 years ago

Can be generated via the Makefile.

However, these the test suite should still pass without these, as they shouldn't be marked as junit tests

ccondit commented 9 years ago

Added a bamboo build to get CI up and running for owlsimv3: https://bamboo.crbs.ucsd.edu/browse/MON-OV