annotate raxml.xml @ 0:d95d87f40f47 draft default tip

Uploaded the first beta.
author malex
date Tue, 02 Oct 2012 17:35:46 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
1 <tool id="raxml" name="RaXML BETA (Testing)" version="1.0.0">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
2 <requirements><requirement type='package'>raxml</requirement></requirements>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
3 <description>- Maximum Likelihood based inference of large phylogenetic trees</description>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
4 <command interpreter="python">raxml.py
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
5 ## Required parameters
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
6 ## Program name and threads are hard-coded as they are dependent on the binary and threads are specified in the Galaxy's tool configuration
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
7 ## binary is hard-coded to the pthreads enabled raxml executable
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
8 --binary "raxmlHPC-PTHREADS-SSE3"
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
9 ## (-T)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
10 --threads 4
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
11 ## (-s)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
12 --source $infile
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
13 ## (-m)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
14 --model_type $search_model_selector.model_type
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
15 --base_model $search_model_selector.base_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
16 #if str( $search_model_selector.model_type ) == 'aminoacid':
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
17 #if str( $search_model_selector.aa_model_empirical_base_frequences) == 'true':
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
18 --aa_empirical_freq
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
19 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
20 #if $search_model_selector.aa_search_matrix:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
21 --aa_search_matrix $search_model_selector.aa_search_matrix
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
22 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
23 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
24 ## (-p)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
25 #if $random_seed:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
26 --random_seed $random_seed
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
27 #else
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
28 --random_seed 1234567890
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
29 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
30
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
31 ## Optional parameters
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
32
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
33 #if str( $selExtraOpts.extraOptions ) == 'full':
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
34 ## (-N/#)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
35 #if $selExtraOpts.number_of_runs:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
36 --number_of_runs $selExtraOpts.number_of_runs
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
37 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
38 #if $selExtraOpts.number_of_runs_bootstop:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
39 --number_of_runs_bootstop $selExtraOpts.number_of_runs_bootstop
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
40 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
41 ## (-a)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
42 #if $selExtraOpts.weightfile:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
43 --weightfile $selExtraOpts.weightfile
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
44 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
45 ## (-b)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
46 #if str ($selExtraOpts.secondary_structure_model) != "":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
47 --secondary_structure_model $selExtraOpts.secondary_structure_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
48 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
49 ## (-b)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
50 #if $selExtraOpts.bootseed:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
51 --bootseed $selExtraOpts.bootseed
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
52 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
53 ## (-c)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
54 #if $selExtraOpts.numofcats:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
55 --numofcats $selExtraOpts.numofcats
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
56 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
57 ## (-d)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
58 #if str ($selExtraOpts.search_complete_random_tree) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
59 --search_complete_random_tree
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
60 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
61 ## (-D)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
62 #if str ($selExtraOpts.ml_search_convergence) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
63 --ml_search_convergence
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
64 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
65 ## (-e)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
66 #if $selExtraOpts.model_opt_precision:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
67 --model_opt_precision $selExtraOpts.model_opt_precision
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
68 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
69 ## (-E)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
70 #if $selExtraOpts.excludefile:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
71 --excludefile $selExtraOpts.excludefile
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
72 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
73 ## (-f)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
74 #if $selExtraOpts.search_algorithm:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
75 --search_algorithm $selExtraOpts.search_algorithm
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
76 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
77 ## (-F)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
78 #if str ($selExtraOpts.save_memory_cat_model) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
79 --save_memory_cat_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
80 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
81 ## (-g)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
82 #if $selExtraOpts.groupingfile:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
83 --groupingfile $selExtraOpts.groupingfile
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
84 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
85 ## (-G)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
86 #if $selExtraOpts.enable_evol_heuristics:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
87 --enable_evol_heuristics $selExtraOpts.enable_evol_heuristics
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
88 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
89 ## (-i)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
90 #if $selExtraOpts.initial_rearrangement_setting:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
91 --initial_rearrangement_setting $selExtraOpts.initial_rearrangement_setting
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
92 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
93 ## (-I)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
94 #if $selExtraOpts.posterior_bootstopping_analysis:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
95 --posterior_bootstopping_analysis $selExtraOpts.posterior_bootstopping_analysis
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
96 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
97 ## (-J)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
98 #if $selExtraOpts.majority_rule_consensus:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
99 --majority_rule_consensus $selExtraOpts.majority_rule_consensus
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
100 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
101 ## (-k)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
102 #if str ($selExtraOpts.print_branch_lengths) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
103 --print_branch_lengths
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
104 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
105 ## (-K)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
106 #if str ($selExtraOpts.multistate_sub_model) != "":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
107 --multistate_sub_model $selExtraOpts.multistate_sub_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
108 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
109 ## (-m) - see elsewhere
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
110 ## (-M)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
111 #if str ($selExtraOpts.estimate_individual_branch_lengths) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
112 --estimate_individual_branch_lengths
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
113 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
114 ## (-n) - see elsewhere
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
115 ## (-o)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
116 #if $selExtraOpts.outgroup_name:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
117 --outgroup_name $selExtraOpts.outgroup_name
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
118 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
119 ## (-O)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
120 #if str ($selExtraOpts.disable_undetermined_seq_check) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
121 --disable_undetermined_seq_check
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
122 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
123 ## (-P)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
124 #if $selExtraOpts.external_protein_model:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
125 --external_protein_model $selExtraOpts.external_protein_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
126 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
127 ## (-q)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
128 #if $selExtraOpts.multiple_model:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
129 --multiple_model $selExtraOpts.multiple_model
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
130 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
131 ## (-r)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
132 #if $selExtraOpts.constraint_file:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
133 --constraint_file $selExtraOpts.constraint_file
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
134 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
135 ## (-R)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
136 #if $selExtraOpts.bin_model_parameter_file:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
137 --bin_model_parameter_file $selExtraOpts.bin_model_parameter_file
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
138 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
139 ## (-S)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
140 #if $selExtraOpts.secondary_structure_file:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
141 --secondary_structure_file $selExtraOpts.secondary_structure_file
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
142 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
143 ## (-t)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
144 #if $selExtraOpts.start_tree_file:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
145 --starting_tree $selExtraOpts.start_tree_file
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
146 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
147 ## (-T) see elsewhere
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
148 ## (-u)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
149 #if str ($selExtraOpts.use_median_approximation) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
150 --use_median_approximation
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
151 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
152 ## (-U)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
153 #if str ($selExtraOpts.save_memory_gappy_alignments) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
154 --save_memory_gappy_alignments
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
155 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
156 ## (-V)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
157 #if str ($selExtraOpts.disable_rate_heterogeneity) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
158 --disable_rate_heterogeneity
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
159 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
160 ## (-W)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
161 #if $selExtraOpts.sliding_window_size:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
162 --sliding_window_size $selExtraOpts.sliding_window_size
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
163 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
164 ## (-x)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
165 #if $selExtraOpts.rapid_bootstrap_random_seed:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
166 --rapid_bootstrap_random_seed $selExtraOpts.rapid_bootstrap_random_seed
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
167 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
168 ## (-y)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
169 #if str ($selExtraOpts.parsimony_starting_tree_only) == "true":
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
170 --parsimony_starting_tree_only
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
171 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
172 ## (-z)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
173 #if $selExtraOpts.file_multiple_trees:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
174 --file_multiple_trees $selExtraOpts.file_multiple_trees
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
175 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
176 #end if
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
177
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
178 ##silent sys.stderr.write("DEBUG1 START\n")
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
179 ##silent sys.stderr.write($selExtraOpts.extraOptions)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
180 ##silent sys.stderr.write("\nDEBUG1 END\n")
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
181
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
182 </command>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
183 <inputs>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
184 ## (-m)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
185 <conditional name="search_model_selector">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
186 <param name="model_type" type="select" label="Model Type">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
187 <option value="nucleotide" selected="true">Nucleotide</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
188 <option value="aminoacid">Amino Acid</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
189 <option value="binary">Binary</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
190 <option value="multistate">Multistate</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
191 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
192 <when value="nucleotide">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
193 ## Nucleotide substitution models
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
194 <param name="base_model" type="select" label="Substitution Model (-m)">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
195 <option value="GTRCAT">GTRCAT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
196 <option value="GTRCATI">GTRCATI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
197 <option value="GTRGAMMA" select="true">GTRGAMMA</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
198 <option value="GTRGAMMAI">GTRGAMMAI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
199 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
200 </when>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
201 ## Aminoacid substitution models
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
202 <when value="aminoacid">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
203 <param name="aa_model_empirical_base_frequences"
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
204 type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Use empirical base frequencies in AA models" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
205 <param name="base_model" type="select" label="Substitution Model (-m)">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
206 <option value="PROTCAT" select="true">PROTCAT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
207 <option value="PROTCATI">PROTCATI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
208 <option value="PROTGAMMA">PROTGAMMA</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
209 <option value="PROTGAMMAI">PROTGAMMAI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
210 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
211 <param name="aa_search_matrix" type="select" label="Matrix">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
212 <option value="DAYHOFF" select="true">DAYHOFF</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
213 <option value="DCMUT">DCMUT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
214 <option value="JTT">JTT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
215 <option value="MTREV">MTREV</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
216 <option value="WAG">WAG</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
217 <option value="RTREV">RTREV</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
218 <option value="CPREV">CPREV</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
219 <option value="VT">VT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
220 <option value="BLOSUM62">BLOSUM62</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
221 <option value="MTMAM">MTMAM</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
222 <option value="LG">LG</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
223 <option value="MTART">MTART</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
224 <option value="MTZOA">MTZOA</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
225 <option value="PMB">PMB</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
226 <option value="HIVB">HIVB</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
227 <option value="HIVW">HIVW</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
228 <option value="JTTDCMUT">JTTDCMUT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
229 <option value="FLU">FLU</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
230 <option value="DUMMY">DUMMY</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
231 <option value="DUMMY2">DUMMY2</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
232 <option value="GTR_UNLINKED">GTR_UNLINKED</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
233 <option value="GTR">GTR</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
234 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
235 </when>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
236 ## Binary substitution models
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
237 <when value="binary">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
238 <param name="base_model" type="select" label="Substitution Model (-m)">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
239 <option value="BINCAT">BINCAT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
240 <option value="BINCATI">BINCATI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
241 <option value="BINGAMMA">BINGAMMA</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
242 <option value="BINGAMMAI">BINGAMMAI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
243 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
244 </when>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
245 ## Multi-state substitution models
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
246 <when value="multistate">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
247 <param name="base_model" type="select" label="Substitution Model (-m)">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
248 <option value="MULTICAT">MULTICAT</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
249 <option value="MULTICATI">MULTICATI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
250 <option value="MULTIGAMMA">MULTIGAMMA</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
251 <option value="MULTIGAMMAI">MULTIGAMMAI</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
252 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
253 </when>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
254 </conditional>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
255 <param name="random_seed" type="integer" value="1234567890" size="12" label="Random
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
256 seed used for the parsimony inferences (-p)" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
257 <conditional name="selExtraOpts">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
258 <param name="extraOptions" type="select" label="RAxML options to use"
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
259 help="The required minimal settings are the input file and the
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
260 substitution model. To specify extra options select the 'Full option list'">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
261 <option value="required">Required options only</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
262 <option value="full">Full option list</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
263 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
264 <when value="required">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
265 ## (-s)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
266 <param name="infile" format="txt" type="data" label="Sequence File (relaxed PHYLIP format) (-s)"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
267 </when>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
268 <when value="full">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
269 ## (-s)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
270 <param name="infile" format="txt" type="data" label="Sequence File (relaxed PHYLIP format) (-s)" optional="True"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
271 ## (-N/#)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
272 <param name="number_of_runs" type="integer" size="8" value=""
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
273 label="Number of runs (-N|#)" help="Specify the number of
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
274 alternative runs on distinct starting trees In combination
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
275 with the '-b' option will invoke a multiple boostrap analysis.
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
276 You can add the bootstopping criteria by choosing the autoMR,
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
277 autoMRE, autoMRE_IGN, or autoFC value in a menu below instead of
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
278 providing a number here. Bootstopping will only work in
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
279 combination with '-x' or '-b'."
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
280 optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
281 <param name="number_of_runs_bootstop" type="select" label="Use bootstopping criteria for number of runs (-N/#)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
282 <option value="" selected="yes"></option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
283 <option value="autoMR">autoMR</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
284 <option value="autoMRE">autoMRE</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
285 <option value="autoMRE_IGN">autoMRE_IGN</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
286 <option value="autoFC">autoFC</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
287 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
288 ## Alphabetical Listing of Advanced Options
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
289 ## (-a)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
290 <param format="txt" name="weightfile" type="data" label="Column weight file (-a)" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
291 ## (-A)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
292 <param name="secondary_structure_model" type="select" label="Secondary structure substitution model (-A)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
293 <option value="" selected="yes"></option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
294 <option value="S6A">S6A</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
295 <option value="S6B">S6B</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
296 <option value="S6C">S6C</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
297 <option value="S6D">S6D</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
298 <option value="S6E">S6E</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
299 <option value="S7A">S7A</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
300 <option value="S7B">S7B</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
301 <option value="S7C">S7C</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
302 <option value="S7D">S7D</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
303 <option value="S7E">S7E</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
304 <option value="S7F">S7F</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
305 <option value="S16">S16</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
306 <option value="S16A">S16A</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
307 <option value="S16B">S16B</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
308 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
309 ## (-b)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
310 <param name="bootseed" type="integer" size="8" value="" label="Random number for non-parametric bootstrapping (-b)" refresh_on_change='true' optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
311 ## (-x)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
312 <param name="rapid_bootstrap_random_seed" type="integer" value='' size="7" label="Rapid bootstrapping random seed (-x)" optional="True" help="Specify a random seed and turn on rapid bootstrapping. CAUTION: unlike in version 7.0.4 RAxML will conduct rapid BS replicates under the model of rate heterogeneity you specified via '-m' and not by default under CAT." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
313 ## (-B)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
314 <param name="cutoff_threshold" type="float" size="8" label="MR Cutoff threshold (-B)" value="" help="Cutoff threshold for the MR-based bootstopping criteria, recommended value is 0.1" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
315 ## (-c)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
316 <param name="numofcats" type="integer" size="8" label="Number of Rate Categories for GTRCAT/GTRMIX (-c)" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
317 ## (-C) Conduct model parameter optimization doesn't work in the pthreads version. Skip for now.
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
318 ## (-d)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
319 <param name="search_complete_random_tree" type="boolean" checked="False" truevalue="true" falsevalue="false" display="checkboxes" label="Start ML optimization from a complete random starting tree (-d)" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
320 ## (-D)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
321 <param name="ml_search_convergence" type="boolean" checked="False" truevalue="true" falsevalue="false" label="ML search convergence criterion (-D)" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
322 ## (-e)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
323 <param name="model_opt_precision" type="float" size="8" label="Model optimization precision (-e)" value="" help="Set model optimization precision in log likelihood units when MIX/MIXI or GAMMA/GAMMAI models are used" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
324 ## (-E)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
325 <param format="txt" name="excludefile" type="data" label="Exclude file (-E)" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
326 ## (-f)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
327 <param name="search_algorithm" type="select" label="Algorithm to execute (-f)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
328 <option value="a">Rapid bootstrap and best ML tree search (a)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
329 <option value="A">Compute marginal ancestral states (A)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
330 <option value="b">Draw bipartition information (b)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
331 <option value="c">Check if the alignment can be read (c)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
332 <option value="d" selected="true">Hill-climbing ML Search (d) (default)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
333 <option value="e">Optimize GAMMA/GAMMAI model/branches (e)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
334 <option value="g">Compute per-site log likelihoods for -z trees (g)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
335 <option value="h">Compute log likelihood test for -t / -z trees (h)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
336 <option value="j">Generate bootstrapped alignment files (j)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
337 <option value="J">Compute SH-like support values for the -t tree (J)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
338 <option value="m">Compare bipartitions between -t and -z trees (m)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
339 <option value="n">Compute log likelihood score for -z trees (n)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
340 <option value="o">Use old slower search algorithm (o)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
341 <option value="p">Stepwise MP addition of new sequences (p)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
342 <option value="q">Fast quartet calculator (q)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
343 <option value="r">Compute pairwise RF distances in -z trees (r)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
344 <option value="s">Split a multi-gene alignment (s)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
345 <option value="S">Compute site-specific placement bias (S)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
346 <option value="t">Randomized tree searches on a fixed starting tree (t)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
347 <option value="T">Final optimization of a ML tree from a bootstrap (T)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
348 <option value="u">Morphological weight calibration using ML on a -t tree (u)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
349 <option value="v">Classify environmental sequences (v)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
350 <option value="w">Compute ELW-test on -z trees (w)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
351 <option value="x">Compute GAMMA model pair-wise ML distances on a tree (x)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
352 <option value="y">Classify environmental sequences into a reference tree (y)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
353 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
354 ## (-F)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
355 <param name="save_memory_cat_model" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="ML tree searches under CAT model (-F)" optional="True" help="ML tree searches under CAT model for very large trees without switching to GAMMA in the end (saves memory) and no thorough optimization under GAMMA" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
356 ## (-g)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
357 <param name="groupingfile" format="txt" type="data" label="Multifurcating constraint tree (-g)" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
358 ## (-G)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
359 <param name="enable_evol_heuristics" type="float" size="8" label="Enable the ML-based evolutionary placement algorithm heuristics (-G)" help="Enable the ML-based evolutionary placement algorithm heuristics by specifiyng a threshold value (fraction of insertion branches to be evaluated using slow insertions under ML)." optional="True" >
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
360 <validator type="in_range" message="0.0 &lt;= fraction &lt;= 1.0" min="0.0" max="1.0"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
361 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
362 ## (-i)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
363 <param name="initial_rearrangement_setting" type="integer" size="5" value="" label="Initial rearrangement setting (-i)" optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
364 ## (-I)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
365 <param name="posterior_bootstopping_analysis" type="select" label="Posterior bootstopping analysis (-I)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
366 <option value="" selected="True"></option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
367 <option value="autoFC">Frequency-based criterion (autoFC)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
368 <option value="autoMR">Majority-rule consensus tree criterion (autoMR)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
369 <option value="autoMRE">Extended majority-rule consensus tree criterion (autoMRE)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
370 <option value="autoMRE_IGN">Extended MR consensus tree criterion with bipartitions (autoMRE_IGN)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
371 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
372 ## (-j) - EMPTY - we cannot handle intermediate tree files in Galaxy
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
373 ## (-J)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
374 <param name="majority_rule_consensus" type="select" label="Compute consensus tree (-J)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
375 <option value="" selected="True"></option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
376 <option value="MR">Majority-rule consensus tree (MR)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
377 <option value="MRE">Extended majority-rule consensus tree (MRE)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
378 <option value="STRICT">Strict consensus tree (STRICT)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
379 <option value="STRICT_DROP">Identify strict dropsets (STRICT_DROP)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
380 <option value="MR_DROP">Identify majority-rule dropsets (MR_DROP)</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
381 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
382 ## (-k)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
383 <param name="print_branch_lengths" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Print bootstrapped trees with branch lengths (-k)" help="Specifies that bootstrapped trees should be printed with branch lengths. The bootstraps will run a bit longer, because model parameters will be optimized at the end of each run under GAMMA or GAMMA+P-Invar respectively." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
384 ## (-K)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
385 <param name="multistate_sub_model" type="select" label="Specify a
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
386 multi-state substitution model (-K)" optional="True">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
387 <option value="" selected="true"></option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
388 <option value="GTR">GTR</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
389 <option value="ORDERED">ORDERED</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
390 <option value="MK">MK</option>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
391 </param>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
392 ## (-M)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
393 <param name="estimate_individual_branch_lengths" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Estimate individual per-partition branch lengths (-M)" help="Only has effect with a partition file (-q)." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
394 ## (-n) name is hard-coded to 'galaxy' for more straightforward handling of output files
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
395 ## (-o)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
396 <param name="outgroup_name" type="text" size="40" value="" label="Outgroup name (-o)" help="E.g. Mouse or Mouse,Rat. No spaces between taxon names are allowed." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
397 ## (-O)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
398 <param name="disable_undetermined_seq_check" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Disable check for completely undetermined sequence in alignment (-O)" optional="True" help="Disable the check for completely undetermined sequence in alignment. The program will not exit with an error message when '-O' is specified." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
399 <param name="external_protein_model" format="txt" type="data" label="External AA substitution model (-P)" help="Specify the file name of a user-defined AA (Protein) substitution model. This file must contain 420 entries, the first 400 being the AA substitution rates (this must be a symmetric matrix) and the last 20 are the empirical base frequencies." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
400 ## (-q)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
401 <param name="multiple_model" format="txt" type="data" label="Multiple model assignment to alignment partitions (-q)" optional="True" help="Specify the file name which contains the assignment of models to alignment partitions for multiple models of substitution. For the syntax of this file please consult the manual." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
402 ## (-r)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
403 <param name="constraint_file" format="txt" type="data" label="Binary constraint tree (-r)" optional="True" help="Specify the file name of a binary constraint tree. This tree does not need to be comprehensive, i.e. must not contain all taxa." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
404 ## (-R)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
405 <param name="bin_model_parameter_file" format="txt" type="data" label="Binary model parameter file (-R)" optional="True" help="Specify the file name of a binary model parameter file that has previously been generated with RAxML using the '-f e' tree evaluation option." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
406 ## (-s) source file option is in the required options section
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
407 ## (-S)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
408 <param name="secondary_structure_file" format="txt" type="data" label="Secondary structure file (-S)" optional="True" help="Specify the name of a secondary structure file. The file can contain '.' for alignment columns that do not form part of a stem and characters '()&lt;&gt;[]{}' to define stem regions and pseudoknots."/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
409 ## (-t)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
410 <param name="start_tree_file" format="txt" type="data" label="Starting tree file (-t)" optional="True" help="Specify a user starting tree file name in Newick format." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
411 ## (-T) is hard-coded in the required options section
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
412 <param name="use_median_approximation" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Use the median for the discrete approximation (-u)" help="Use the median for the discrete approximation of the GAMMA model of rate heterogeneity." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
413 ## (-U)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
414 <param name="save_memory_gappy_alignments" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Save memory on large gappy alignments (-U)" help="Try to save memory by using SEV-based implementation for gap columns on large gappy alignments." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
415 ## (-V)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
416 <param name="disable_rate_heterogeneity" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Disable rate heterogeneity (-V)" help="Disable rate heterogeneity among sites model and use one without rate heterogeneity instead. Only works if you specify the CAT model of rate heterogeneity." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
417 ## (-W)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
418 <param name="sliding_window_size" type="integer" size="5" value="" label="Sliding window size (-W)" optional="True" help="Sliding window size for leave-one-out site-specific placement bias algorithm. Only effective when used in combination with '-f S'. Default is '100 sites'" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
419 ## (-x) - see it by the (-b)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
420 ## (-y)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
421 <param name="parsimony_starting_tree_only" type="boolean" checked="no" truevalue="true" falsevalue="false" display="checkboxes" label="Compute a randomized parsimony starting tree only (-y)" optional="True" help="If you want to only compute a parsimony starting tree with RAxML specify '-y'. The program will exit after computation of the starting tree." />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
422 ## (-z)
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
423 <param name="file_multiple_trees" format="txt" type="data" label="Multiple trees file (-z)" help="Specify the file name of a file containing multiple trees e.g. from a bootstrap that shall be used to draw bipartition values onto a tree provided with '-t', It can also be used to compute per site log likelihoods in combination with '-f g' and to read a bunch of trees for '-f h', '-f m' and '-f n'." optional="True" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
424 </when> ## full option list
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
425 </conditional> ## END $selExtraOpts
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
426 </inputs>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
427 <outputs>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
428 <data format="txt" name="info" from_work_dir="RAxML_info.galaxy" label="Info" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
429 ## REQUIRED
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
430 <data format="txt" name="logReq" from_work_dir="RAxML_log.galaxy" label="Log">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
431 <filter>(selExtraOpts['extraOptions'] == 'required')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
432 <filter>selExtraOpts['search_algorithm'] != 'a'</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
433 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
434 <data format="txt" name="bestTreeReq" from_work_dir="RAxML_bestTree.galaxy" label="Best-scoring ML Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
435 <filter>(selExtraOpts['extraOptions'] == 'required')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
436 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
437 <data format="txt" name="parsimonyTreeReq" from_work_dir="RAxML_parsimonyTree.galaxy" label="Parsimony Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
438 <filter>(selExtraOpts['extraOptions'] == 'required')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
439 <filter>selExtraOpts['search_algorithm'] != 'a'</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
440 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
441 <data format="txt" name="resultReq" from_work_dir="RAxML_result.galaxy" label="Result">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
442 <filter>(selExtraOpts['extraOptions'] == 'required')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
443 <filter>selExtraOpts['search_algorithm'] != 'a'</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
444 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
445 ## ADVANCED
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
446 <data format="txt" name="randomTree" from_work_dir="RAxML_randomTree.galaxy" label="Random Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
447 <filter>selExtraOpts['search_complete_random_tree'] is True</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
448 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
449 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
450 <data format="txt" name="bestTree" from_work_dir="RAxML_bestTree.galaxy" label="Best-scoring ML Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
451 <filter>(selExtraOpts['extraOptions'] == 'full')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
452 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '' or selExtraOpts['bootseed'] == '') and (selExtraOpts['search_algorithm'] == 'a')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
453 <filter>(selExtraOpts['search_algorithm'] != 'b')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
454 <filter>(selExtraOpts['majority_rule_consensus'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
455 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
456 <data format="txt" name="bestTreeMultipleModel" from_work_dir="RAxML_bestTree.galaxy" label="Best-scoring ML Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
457 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
458 <filter>(selExtraOpts['multiple_model'] != '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
459 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
460 <data format="txt" name="bestTreeMultipleModelPartitions" from_work_dir="RAxML_bestTreePartitions.galaxy" label="Best-scoring ML Tree Partitions">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
461 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
462 <filter>selExtraOpts['multiple_model'] is not None </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
463 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
464 <data format="txt" name="log" from_work_dir="RAxML_log.galaxy" label="Log">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
465 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
466 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
467 <filter>(selExtraOpts['bootseed'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
468 <filter>(selExtraOpts['search_algorithm'] != 'a')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
469 <filter>(selExtraOpts['search_algorithm'] != 'b')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
470 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
471 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
472 <data format="txt" name="result" from_work_dir="RAxML_result.galaxy" label="Result">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
473 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
474 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
475 <filter>selExtraOpts['bootseed'] == ''</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
476 <filter>selExtraOpts['search_algorithm'] != 'a'</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
477 <filter>selExtraOpts['search_algorithm'] != 'b'</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
478 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
479 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
480 <data format="txt" name="resultMultipleModelPartitions" from_work_dir="RAxML_resultPartitions.galaxy" label="Result Partitions">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
481 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
482 <filter>(selExtraOpts['multiple_model'] is not None)</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
483 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
484 <data format="txt" name="parsimonyTree" from_work_dir="RAxML_parsimonyTree.galaxy" label="Parsimony Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
485 <filter>(selExtraOpts['extraOptions'] == "full")</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
486 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
487 <filter>(selExtraOpts['bootseed'] == '')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
488 <filter>(selExtraOpts['search_algorithm'] != 'a')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
489 <filter>(selExtraOpts['constraint_file'] is None)</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
490 <filter>(selExtraOpts['groupingfile'] is None)</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
491 <filter>(selExtraOpts['search_complete_random_tree'] is False)</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
492 <filter>(selExtraOpts['start_tree_file'] is None)</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
493 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
494 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
495 <data format="txt" name="bootstrap" from_work_dir="RAxML_bootstrap.galaxy" label="Final Bootstrap Trees">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
496 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
497 <filter>selExtraOpts['number_of_runs'] != '' or selExtraOpts['number_of_runs_bootstop'] != ''</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
498 <filter>selExtraOpts['rapid_bootstrap_random_seed'] != '' or selExtraOpts['bootseed'] != ''</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
499 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
500 <data format="txt" name="bipartitions" from_work_dir="RAxML_bipartitions.galaxy" label="Bipartitions">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
501 <filter>(selExtraOpts['search_algorithm'] == 'b') or ((selExtraOpts['search_algorithm'] == 'a') and (selExtraOpts['rapid_bootstrap_random_seed'] != '')) </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
502 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
503 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
504 <data format="txt" name="bipartitionsBranchLabels" from_work_dir="RAxML_bipartitionsBranchLabels.galaxy" label="Bipartitions Branch Labels">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
505 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
506 <filter>(selExtraOpts['search_algorithm'] == 'b') or ((selExtraOpts['search_algorithm'] == 'a') and (selExtraOpts['rapid_bootstrap_random_seed'] != '')) </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
507 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
508 <data format="txt" name="strictConsensusTree" from_work_dir="RAxML_StrictConsensusTree.galaxy" label="Strict Consensus Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
509 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
510 <filter>(selExtraOpts['majority_rule_consensus'] == 'STRICT') </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
511 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
512 <data format="txt" name="majorityRuleConsensusTree" from_work_dir="RAxML_MajorityRuleConsensusTree.galaxy" label="Majority Rule Consensus Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
513 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
514 <filter>(selExtraOpts['majority_rule_consensus'] == 'MR')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
515 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
516 <data format="txt" name="majorityRuleExtendedConsensusTree" from_work_dir="RAxML_MajorityRuleExtendedConsensusTree.galaxy" label="Majority Rule Extended Consensus Tree">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
517 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
518 <filter>(selExtraOpts['majority_rule_consensus'] == 'MRE')</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
519 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
520 <data format="txt" name="bipartitionFreq" from_work_dir="RAxML_bipartitionFrequences.galaxy" label="Pair-wise bipartition frequences.">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
521 <filter>selExtraOpts['search_algorithm'] == 'm' </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
522 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
523 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
524 <data format="txt" name="perSiteLLs" from_work_dir="RAxML_perSiteLLs.galaxy" label="Per-site likelihood schores">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
525 <filter>selExtraOpts['search_algorithm'] == 'g' </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
526 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
527 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
528 <data format="txt" name="distances" from_work_dir="RAxML_distances.galaxy" label="Pair-wise distances">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
529 <filter>selExtraOpts['search_algorithm'] == 'x' </filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
530 <filter>selExtraOpts['extraOptions'] == "full"</filter>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
531 </data>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
532 </outputs>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
533 <tests>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
534 <test>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
535 <!-- test1 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
536 <!-- raxmlHPC-PTHREADS-SSE3 -T 4 -s raxml_binary.phy -n galaxy -m BINCAT -p 12345 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
537 <param name="extraOptions" value="required"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
538 <param name="infile" value="raxml/inputs/raxml_binary.phy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
539 <param name="model_type" value="binary"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
540 <param name="base_model" value="BINCAT"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
541 <output name="bestTreeReq" file="raxml/test1/RAxML_bestTree.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
542 <output name="parsimonyTreeReq" file="raxml/test1/RAxML_parsimonyTree.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
543 <!-- <output name="info" file="raxml/test1/RAxML_info.galaxy"/> -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
544 <output name="logReq" file="raxml/test1/RAxML_log.galaxy">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
545 <assert_contents>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
546 <has_line_matching expression="^0\\..*" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
547 </assert_contents>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
548 </output>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
549 <output name="resultReq" file="raxml/test1/RAxML_result.galaxy">
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
550 <assert_contents>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
551 <has_line_matching expression="Overall\sexecution\stime.*" />
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
552 </assert_contents>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
553 </output>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
554 </test>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
555 <!--
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
556 <test>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
557 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
558 <!-- test2 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
559 <!-- raxmlHPC-PTHREADS-SSE3 -T 4 -s raxml_binary.phy -n galaxy -m BINCAT -p 12345 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
560 <!--
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
561 <param name="infile" value="raxml/inputs/raxml_binary.phy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
562 <param name="search_model_selector" value="binary"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
563 <param name="base_model" value="BINCAT"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
564 <output name="info" file="raxml/test1/RAxML_info.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
565 <output name="logReq" file="raxml/test1/RAxML_log.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
566 <output name="bestTreeReq" file="raxml/test1/RAxML_bestTree.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
567 <output name="parsimonyTreeReq" file="raxml/test1/RAxML_parsimonyTree.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
568 <output name="resultReq" file="raxml/test1/RAxML_result.galaxy"/>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
569 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
570 <!--
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
571 </test>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
572 -->
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
573 </tests>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
574 <help>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
575 Title:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
576 ______
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
577 Randomized Axelerated Maximum Likelihood
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
578
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
579 Author:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
580 _______
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
581 Alexandros Stamatakis &lt;alexandros.stamatakis@h-its.org&gt;
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
582
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
583 Description:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
584 ____________
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
585
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
586 RAxML is a program for Maximum Likelihood-based inference of large phylogenetic
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
587 trees. The program is explicitly being developed to efficiently infer trees for
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
588 extremely large datasets, either in terms of the number of taxa and/or the
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
589 sequence length.
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
590
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
591 This wrapper works with the RAxML version 7.3.2.
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
592
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
593 URL:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
594 ____
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
595 Author's page: http://www.exelixis-lab.org/
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
596
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
597 Help: http://groups.google.com/group/raxml
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
598
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
599 Citing:
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
600 _______
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
601
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
602 Alexandros Stamatakis : “RAxML-VI-HPC: Maximum Likelihood-based Phylogenetic
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
603 Analyses with Thousands of Taxa and Mixed Models”, Bioinformatics
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
604 22(21):2688–2690, 2006.
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
605 </help>
d95d87f40f47 Uploaded the first beta.
malex
parents:
diff changeset
606 </tool>