diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-07-03 12:33:55 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-07-03 12:33:55 +0100 |
| commit | 133dab6e21f263df2baca913d3d0b7a4fd152d08 (patch) | |
| tree | 88b2783fcb84c0511bf5919ce5602e967b2bdd39 /test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | |
| parent | afb949a595bf351d4c9f1a8984ed82edbd13b725 (diff) | |
| download | ACQuA-133dab6e21f263df2baca913d3d0b7a4fd152d08.tar.gz ACQuA-133dab6e21f263df2baca913d3d0b7a4fd152d08.zip | |
Reactome test: standard and sygenia queries.
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 | 14 |
1 files changed, 14 insertions, 0 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 5c05b94..30f3d93 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | |||
| @@ -23,4 +23,18 @@ public class TestPagodaReactome { | |||
| 23 | .run(); | 23 | .run(); |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | @Test(groups = {"sygenia"}) | ||
| 27 | public void justExecute_sygenia() throws IOException { | ||
| 28 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | ||
| 29 | |||
| 30 | Pagoda.builder() | ||
| 31 | .ontology(Paths.get(ontoDir, "reactome/biopax-level3-processed.owl")) | ||
| 32 | .data(Paths.get(ontoDir, "reactome/data/sample_10.ttl")) | ||
| 33 | .query(Paths.get(ontoDir, "reactome/reactome_sygenia_queries.sparql")) | ||
| 34 | .classify(true) | ||
| 35 | .hermit(true) | ||
| 36 | .build() | ||
| 37 | .run(); | ||
| 38 | } | ||
| 39 | |||
| 26 | } | 40 | } |
