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