aboutsummaryrefslogtreecommitdiff
path: root/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java')
-rw-r--r--test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java
index 9263602..8a8a596 100644
--- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java
+++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java
@@ -44,8 +44,8 @@ public class TestPagodaReactome {
44 Pagoda.builder() 44 Pagoda.builder()
45 .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl")) 45 .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl"))
46 .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl")) 46 .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl"))
47// .query(Paths.get(ontoDir, "reactome/existential_queries.sparql")) 47 .query(Paths.get(ontoDir, "reactome/existential_queries.sparql"))
48 .query(Paths.get(ontoDir, "reactome/Queries_by_Feier-et-al.sparql")) 48// .query(Paths.get(ontoDir, "reactome/Queries_by_Feier-et-al.sparql"))
49 .build() 49 .build()
50 .run(); 50 .run();
51 } 51 }