a/TavernaExtractor.properties b/TavernaExtractor.properties
...
...
2
# Used to specify the Taverna home directory
2
# Used to specify the Taverna home directory
3
# (example value = /Users/marcounterberger/Library/Application Support/taverna-2.4.0)
3
# (example value = /Users/marcounterberger/Library/Application Support/taverna-2.4.0)
4
# (default value is %User_home%/taverna-2.4.0)
4
# (default value is %User_home%/taverna-2.4.0)
5
#
5
#
6
taverna.home = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0
6
taverna.home = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0
7
#taverna.home = /home/timbus/.taverna-2.4.0
7
8
8
#
9
#
9
# Specifies path of the provenance database used by Taverna.
10
# Specifies path of the provenance database used by Taverna.
10
# Must not necessarily align to the default t2-database location
11
# Must not necessarily align to the default t2-database location
11
# Not necessary for the pure Taverna2Archi conversion.
12
# Not necessary for the pure Taverna2Archi conversion.
12
# (default path is %User_home%/taverna-2.4.0/t2-database)
13
# (default path is %User_home%/taverna-2.4.0/t2-database)
13
#
14
#
14
taverna.t2Database.path = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0\\t2-database
15
taverna.t2Database.path = C:\\Users\\munterberger\\AppData\\Roaming\\taverna-2.4.0\\t2-database
16
#taverna.t2Database.path = /home/timbus/.taverna-2.4.0/t2-database
15
17
16
#
18
#
17
# Specifies location of Dot.
19
# Specifies location of Dot.
18
# Used to improve layouting of the process steps at business layer.
20
# Used to improve layouting of the process steps at business layer.
19
# (example value = /usr/local/bin/dot
21
# (example value = /usr/local/bin/dot
20
#
22
#
21
dot.exe.location = C:\\Program Files (x86)\\Taverna Workbench 2.4.0\\bin\\win32i386\\dot.exe
23
dot.exe.location = C:\\Program Files (x86)\\Taverna Workbench 2.4.0\\bin\\win32i386\\dot.exe
24
#dot.exe.location = /usr/bin/dot
22
25
26
27
28
29