aboutsummaryrefslogtreecommitdiff
path: root/config/fly.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/fly.conf')
-rw-r--r--config/fly.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/fly.conf b/config/fly.conf
new file mode 100644
index 0000000..23e2861
--- /dev/null
+++ b/config/fly.conf
@@ -0,0 +1,18 @@
1#ONTOLOGY variable points to the file that stores ontology of interest
2ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl
3
4#QUERY variable points to the file that stores all queries
5#QUERY=data/fly/fly.sparql
6QUERY=data/fly/test.sparql
7
8#ANSWER variable points to the file to output all answers
9ANSWER=data/fly/fly.ans
10
11#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
12TO_CLASSIFY=false
13
14#CALL_HERMIT variable to specify if HermiT is called or not
15CALL_HERMIT=true
16
17#SHELL_MODE to enable query execution from console input
18SHELL_MODE=false \ No newline at end of file