diff options
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.java | 3 |
1 files changed, 2 insertions, 1 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 a13b7f4..9263602 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | |||
| @@ -44,7 +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 | .build() | 49 | .build() |
| 49 | .run(); | 50 | .run(); |
| 50 | } | 51 | } |
