forked from sanctuuary/APE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathape.configuration
30 lines (30 loc) · 1.17 KB
/
ape.configuration
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"ontology_path": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/GMT_Demo_UseCase.owl",
"toolsTaxonomyRoot": "ToolsTaxonomy",
"dataTaxonomyRoot": "DataTaxonomy",
"dataSubTaxonomyRoot": "TypesTaxonomy",
"tool_annotations_path": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/tool_annotations.json",
"constraints_path": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/constraints.json",
"shared_memory": "true",
"solutions_path": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/sat_solutions.txt",
"solution_min_length": "1",
"solution_max_length": "8",
"max_solutions": "100",
"execution_scripts_folder": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/Implementations/",
"number_of_execution_scripts": "6",
"solution_graphs_folder": "/home/vedran/ownCloud/PhD/All Use Cases/Evaluation/demo_use_case/Figures",
"number_of_generated_graphs": "100",
"inputs": [
{
"TypesTaxonomy": "XYZ_table_file"
}
],
"outputs": [
{
"TypesTaxonomy": "PostScript"
}
],
"debug_mode": "true",
"use_workflow_input": "all",
"use_all_generated_data": "one"
}