-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaup.template
63 lines (52 loc) · 944 Bytes
/
paup.template
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
commandline = ${executable} ${arguments} -n ${file}
application = PAUP*
cpus = 1
force_single = true
= Create a PAUP job =
-
[executable]
type = TextCombo
title = Executable
size = 800x70
prefills = paup4b10
editable = false
[arguments]
type = TextCombo
title = Arguments
size = 2000x70
help = Arguments for the executable (without -n -- that gets added automatically)
useHistory = true
-
[file]
type = SingleInputFile
title = File
size = 2000x70
filter = BasenameFilter
help = you need to specify a PAUP input file here
setJobname = true
-
[ApplicationVersionSelector]
type = ApplicationVersionSelector
size = 350x70
title = Application version
[walltime]
type = Walltime
title = Walltime
defaultAmount = 1
defaultUnit = hours
#useHistory = false
size = 200x70
-
[QueueSelector]
type = QueueSelector
size = 2000x70
-
[jobname]
type = Jobname
defaultValue = paup
title = Jobname
size = 2000x70
-
[email]
type = Email
size = 2000x120