72
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <macros>
|
|
3 <xml name="requirements">
|
|
4 <requirements>
|
|
5 <requirement type="package" version="0.6">plant_tribes_phylogenomics_analysis</requirement>
|
|
6 </requirements>
|
|
7 </xml>
|
|
8 <xml name="stdio">
|
|
9 <stdio>
|
|
10 <exit_code range="1:"/>
|
|
11 <exit_code range=":-1"/>
|
|
12 <regex match="Error:"/>
|
|
13 <regex match="Exception:"/>
|
|
14 </stdio>
|
|
15 </xml>
|
99
|
16 <token name="@REMOVE_GAPPY_SEQUENCES_COND_PREP@">
|
98
|
17 #set remove_gappy_sequences_cond = $options_type_cond.remove_gappy_sequences_cond
|
|
18 #set remove_gappy_sequences = $remove_gappy_sequences_cond.remove_gappy_sequences
|
|
19 #if str($remove_gappy_sequences) == 'no':
|
|
20 #set multiple_sequence_alignments_cond = $remove_gappy_sequences_cond.multiple_sequence_alignments_cond
|
|
21 #set multiple_sequence_alignments = $multiple_sequence_alignments_cond.multiple_sequence_alignments
|
|
22 #if str($multiple_sequence_alignments) == 'yes':
|
|
23 #set multiple_sequence_alignments_option_cond = $multiple_sequence_alignments_cond.multiple_sequence_alignments_option_cond
|
|
24 #set multiple_sequence_alignments_option = $multiple_sequence_alignments_option_cond.multiple_sequence_alignments_option
|
|
25 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
26 #set pasta_iter_limit = $multiple_sequence_alignments_option_cond.pasta_iter_limit
|
|
27 #end if
|
|
28 #end if
|
|
29 #else:
|
|
30 #set trim_type_cond = $remove_gappy_sequences_cond.trim_type_cond
|
|
31 #set trim_type = $trim_type_cond.trim_type
|
|
32 #if str($trim_type) == 'gap_trimming':
|
|
33 #set gap_trimming = $trim_type_cond.gap_trimming
|
|
34 #end if
|
|
35 #set remove_sequences_with_gaps_cond = $remove_gappy_sequences_cond.remove_sequences_with_gaps_cond
|
|
36 #set remove_sequences_with_gaps = $remove_sequences_with_gaps_cond.remove_sequences_with_gaps
|
|
37 #if str($remove_sequences_with_gaps) == 'no':
|
|
38 #set multiple_sequence_alignments_cond = $remove_sequences_with_gaps_cond.multiple_sequence_alignments_cond
|
|
39 #set multiple_sequence_alignments = $multiple_sequence_alignments_cond.multiple_sequence_alignments
|
|
40 #if str($multiple_sequence_alignments) == 'yes':
|
|
41 #set multiple_sequence_alignments_option_cond = $multiple_sequence_alignments_cond.multiple_sequence_alignments_option_cond
|
|
42 #set multiple_sequence_alignments_option = $multiple_sequence_alignments_option_cond.multiple_sequence_alignments_option
|
|
43 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
44 #set pasta_iter_limit = $multiple_sequence_alignments_option_cond.pasta_iter_limit
|
|
45 #end if
|
|
46 #end if
|
|
47 #else:
|
|
48 #set remove_sequences_with_gaps_of = $remove_sequences_with_gaps_cond.remove_sequences_with_gaps_of
|
|
49 #set multiple_sequence_alignments_cond = $remove_sequences_with_gaps_cond.multiple_sequence_alignments_cond
|
|
50 #set multiple_sequence_alignments = $multiple_sequence_alignments_cond.multiple_sequence_alignments
|
|
51 #if str($multiple_sequence_alignments) == 'yes':
|
|
52 #set multiple_sequence_alignments_option_cond = $multiple_sequence_alignments_cond.multiple_sequence_alignments_option_cond
|
|
53 #set multiple_sequence_alignments_option = $multiple_sequence_alignments_option_cond.multiple_sequence_alignments_option
|
|
54 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
55 #set pasta_iter_limit = $multiple_sequence_alignments_option_cond.pasta_iter_limit
|
99
|
56 #else if str($multiple_sequence_alignments_option) == 'iterative_realignment':
|
|
57 #set iterative_realignment = $multiple_sequence_alignments_option_cond.iterative_realignment
|
98
|
58 #end if
|
|
59 #end if
|
|
60 #end if
|
|
61 #end if
|
|
62 </token>
|
99
|
63 <token name="@REMOVE_GAPPY_SEQUENCES_COND_CMD@">
|
|
64 #if str($remove_gappy_sequences) == 'no':
|
|
65 #if str($multiple_sequence_alignments) == 'yes':
|
|
66 --alignments_method $multiple_sequence_alignments_option
|
|
67 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
68 --pasta_script_path '$__tool_directory__/run_pasta.py'
|
|
69 --pasta_iter_limit $pasta_iter_limit
|
|
70 #end if
|
|
71 #end if
|
|
72 #else:
|
|
73 ## str($remove_gappy_sequences) == 'yes':
|
|
74 --trim_type $trim_type
|
|
75 #if str($trim_type) == 'gap_trimming':
|
|
76 --gap_trimming $gap_trimming
|
|
77 #end if
|
|
78 #if str($remove_sequences_with_gaps) == 'no':
|
|
79 #if str($multiple_sequence_alignments) == 'yes':
|
|
80 --alignments_method $multiple_sequence_alignments_option
|
|
81 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
82 --pasta_script_path '$__tool_directory__/run_pasta.py'
|
|
83 --pasta_iter_limit $pasta_iter_limit
|
|
84 #end if
|
|
85 #end if
|
|
86 #else:
|
|
87 ## str($remove_sequences_with_gaps) == 'yes':
|
|
88 --remove_sequences $remove_sequences_with_gaps_of
|
|
89 #if str($multiple_sequence_alignments) == 'yes':
|
|
90 --alignments_method $multiple_sequence_alignments_option
|
|
91 #if str($multiple_sequence_alignments_option) == 'pasta_alignments':
|
|
92 --pasta_script_path '$__tool_directory__/run_pasta.py'
|
|
93 --pasta_iter_limit $pasta_iter_limit
|
|
94 #else:
|
|
95 --iterative_realignment $iterative_realignment
|
|
96 #end if
|
|
97 #end if
|
|
98 #end if
|
|
99 #end if
|
|
100 </token>
|
|
101 <token name="@SET_PHYLOGENETIC_TREES_PREP@">
|
98
|
102 #set phylogenetic_trees_cond = $options_type_cond.phylogenetic_trees_cond
|
|
103 #set phylogenetic_trees = $phylogenetic_trees_cond.phylogenetic_trees
|
|
104 </token>
|
99
|
105 <token name="@TREE_INFERENCE_COND_PREP@">
|
98
|
106 #set tree_inference_cond = $phylogenetic_trees_cond.tree_inference_cond
|
|
107 #set tree_inference = $tree_inference_cond.tree_inference
|
|
108 #if str($tree_inference) == 'raxml':
|
|
109 #set rooting_order_file_cond = $tree_inference_cond.rooting_order_file_cond
|
|
110 #set rooting_order_file = $rooting_order_file_cond.rooting_order_file
|
|
111 #if str($rooting_order_file) == 'yes':
|
|
112 #set rooting_order = $rooting_order_file_cond.rooting_order
|
|
113 #end if
|
|
114 #set bootstrap_replicates = $tree_inference_cond.bootstrap_replicates
|
|
115 #end if
|
99
|
116 #set min_orthogroup_size = $phylogenetic_trees_cond.min_orthogroup_size
|
98
|
117 #set max_orthogroup_size = $phylogenetic_trees_cond.max_orthogroup_size
|
99
|
118 </token>
|
|
119 <token name="@TREE_INFERENCE_COND_CMD@">
|
|
120 --tree_inference $tree_inference
|
|
121 #if str($tree_inference) == 'raxml':
|
|
122 #if str($rooting_order_file) == 'yes':
|
|
123 --rooting_order '$rooting_order'
|
|
124 ## No else block needed here because the default rooting_order
|
|
125 ## configuration will be used if the --rooting_order flag is missing.
|
|
126 #end if
|
|
127 --bootstrap_replicates $bootstrap_replicates
|
|
128 #end if
|
|
129 --min_orthogroup_size $min_orthogroup_size
|
|
130 --max_orthogroup_size $max_orthogroup_size
|
98
|
131 </token>
|
72
|
132 <xml name="param_scaffold">
|
|
133 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold">
|
|
134 <options from_data_table="plant_tribes_scaffolds" />
|
|
135 <validator type="no_options" message="No PlantTribes scaffolds are available. Use the PlantTribes Scaffolds Download Data Manager tool in Galaxy to install and populate the PlantTribes scaffolds data table." />
|
|
136 </param>
|
|
137 </xml>
|
|
138 <xml name="param_method">
|
|
139 <param name="method" type="select" label="Protein clustering method">
|
|
140 <option value="gfam" selected="true">GFam</option>
|
|
141 <option value="orthofinder">OrthoFinder</option>
|
|
142 <option value="orthomcl">OrthoMCL</option>
|
|
143 </param>
|
|
144 </xml>
|
|
145 <xml name="param_options_type">
|
|
146 <param name="options_type" type="select" label="Options Configuration">
|
|
147 <option value="basic" selected="true">Basic</option>
|
|
148 <option value="advanced">Advanced</option>
|
|
149 </param>
|
|
150 </xml>
|
83
|
151 <xml name="cond_orthogroup_fna">
|
|
152 <conditional name="orthogroup_fna_cond">
|
|
153 <param name="orthogroup_fna" type="select" label="Process corresponding gene family classification orthogroups CDS fasta files?">
|
|
154 <option value="yes" selected="true">Yes</option>
|
|
155 <option value="no">No</option>
|
|
156 </param>
|
|
157 <when value="yes">
|
|
158 <conditional name="options_type_cond">
|
85
|
159 <expand macro="param_options_type" />
|
83
|
160 <when value="basic" />
|
|
161 <when value="advanced">
|
88
|
162 <expand macro="cond_remove_gappy_sequences" />
|
97
|
163 <expand macro="param_multiple_codon_alignments" />
|
83
|
164 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
165 </when>
|
|
166 </conditional>
|
|
167 </when>
|
|
168 <when value="no">
|
|
169 <conditional name="options_type_cond">
|
86
|
170 <expand macro="param_options_type" />
|
83
|
171 <when value="basic" />
|
|
172 <when value="advanced">
|
88
|
173 <expand macro="cond_remove_gappy_sequences" />
|
83
|
174 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
175 </when>
|
|
176 </conditional>
|
|
177 </when>
|
|
178 </conditional>
|
81
|
179 </xml>
|
90
|
180 <xml name="param_multiple_sequence_alignments">
|
|
181 <param name="multiple_sequence_alignments" type="select" label="Set multiple sequence alignments options?">
|
|
182 <option value="no" selected="true">No</option>
|
|
183 <option value="yes">Yes</option>
|
|
184 </param>
|
|
185 </xml>
|
94
|
186 <xml name="options_multiple_sequence_alignments_option">
|
|
187 <option value="create_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (MAFFT algorithm)</option>
|
|
188 <option value="add_alignments">Add unaligned orthogroup proteins to scaffold backbone multiple sequence alignments (MAFFT algorithm)</option>
|
|
189 <option value="pasta_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (PASTA algorithm)</option>
|
|
190 </xml>
|
90
|
191 <xml name="param_multiple_sequence_alignments_option">
|
|
192 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
94
|
193 <expand macro="options_multiple_sequence_alignments_option" />
|
90
|
194 </param>
|
|
195 </xml>
|
99
|
196 <xml name="param_multiple_sequence_alignments_option_with_iterative_realignment">
|
96
|
197 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
|
198 <expand macro="options_multiple_sequence_alignments_option" />
|
99
|
199 <option value="iterative_realignment">Iterative orthogroups realignment, trimming and fitering</option>
|
96
|
200 </param>
|
91
|
201 </xml>
|
90
|
202 <xml name="whens_multiple_sequence_alignments_option_cond">
|
|
203 <when value="create_alignments" />
|
|
204 <when value="add_alignments" />
|
|
205 <when value="pasta_alignments">
|
|
206 <param name="pasta_iter_limit" type="integer" value="3" min="0" label="Maximum number of iterations that the PASTA algorithm will execute" />
|
|
207 </when>
|
|
208 </xml>
|
72
|
209 <xml name="cond_multiple_sequence_alignments">
|
|
210 <conditional name="multiple_sequence_alignments_cond">
|
90
|
211 <expand macro="param_multiple_sequence_alignments" />
|
72
|
212 <when value="no" />
|
|
213 <when value="yes">
|
|
214 <conditional name="multiple_sequence_alignments_option_cond">
|
93
|
215 <expand macro="param_multiple_sequence_alignments_option" />
|
90
|
216 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
72
|
217 </conditional>
|
|
218 </when>
|
|
219 </conditional>
|
|
220 </xml>
|
99
|
221 <xml name="cond_multiple_sequence_alignments_with_iterative_realignment">
|
91
|
222 <conditional name="multiple_sequence_alignments_cond">
|
|
223 <expand macro="param_multiple_sequence_alignments" />
|
|
224 <when value="no" />
|
|
225 <when value="yes">
|
|
226 <conditional name="multiple_sequence_alignments_option_cond">
|
99
|
227 <expand macro="param_multiple_sequence_alignments_option_with_iterative_realignment" />
|
91
|
228 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
99
|
229 <when value="iterative_realignment">
|
|
230 <param name="iterative_realignment" type="integer" value="0" min="0" label="Maximum number of iterations" help="Zero value has no affect"/>
|
96
|
231 </when>
|
91
|
232 </conditional>
|
|
233 </when>
|
|
234 </conditional>
|
|
235 </xml>
|
79
|
236 <xml name="cond_phylogenetic_trees_ptortho">
|
72
|
237 <conditional name="phylogenetic_trees_cond">
|
|
238 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
239 <option value="no" selected="true">No</option>
|
|
240 <option value="yes">Yes</option>
|
|
241 </param>
|
|
242 <when value="no" />
|
|
243 <when value="yes">
|
|
244 <conditional name="tree_inference_cond">
|
|
245 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
246 <option value="raxml" selected="true">RAxML</option>
|
|
247 <option value="fasttree">FastTree</option>
|
|
248 </param>
|
|
249 <when value="raxml">
|
|
250 <conditional name="rooting_order_file_cond">
|
|
251 <param name="rooting_order_file" type="select" label="Select rooting order configuration for rooting trees?" help="Select No for the default rooting order configuration which uses the most distant taxon present in the orthogroup">
|
|
252 <option value="no" selected="true">No</option>
|
|
253 <option value="yes">Yes</option>
|
|
254 </param>
|
|
255 <when value="no" />
|
|
256 <when value="yes">
|
|
257 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
258 </when>
|
|
259 </conditional>
|
|
260 <param name="bootstrap_replicates" type="integer" value="100" min="0" label="Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree" />
|
|
261 </when>
|
|
262 <when value="fasttree" />
|
|
263 </conditional>
|
|
264 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
265 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
75
|
266 </when>
|
|
267 </conditional>
|
74
|
268 </xml>
|
79
|
269 <xml name="cond_phylogenetic_trees_ptorthocs">
|
75
|
270 <conditional name="phylogenetic_trees_cond">
|
|
271 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
272 <option value="no" selected="true">No</option>
|
|
273 <option value="yes">Yes</option>
|
|
274 </param>
|
|
275 <when value="no" />
|
|
276 <when value="yes">
|
|
277 <conditional name="tree_inference_cond">
|
|
278 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
279 <option value="raxml" selected="true">RAxML</option>
|
|
280 <option value="fasttree">FastTree</option>
|
|
281 </param>
|
|
282 <when value="raxml">
|
|
283 <conditional name="rooting_order_file_cond">
|
|
284 <param name="rooting_order_file" type="select" label="Select rooting order configuration for rooting trees?" help="Select No for the default rooting order configuration which uses the most distant taxon present in the orthogroup">
|
|
285 <option value="no" selected="true">No</option>
|
|
286 <option value="yes">Yes</option>
|
|
287 </param>
|
|
288 <when value="no" />
|
|
289 <when value="yes">
|
|
290 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
291 </when>
|
|
292 </conditional>
|
|
293 <param name="bootstrap_replicates" type="integer" value="100" min="0" label="Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree" />
|
|
294 </when>
|
|
295 <when value="fasttree" />
|
|
296 </conditional>
|
|
297 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
298 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
|
299 <param name="sequence_type" type="select" label="Sequence type used in the phylogenetic inference (dna)">
|
|
300 <option value="protein" selected="true">Amino acid based</option>
|
|
301 <option value="dna">Nucleotide based</option>
|
|
302 </param>
|
72
|
303 </when>
|
|
304 </conditional>
|
|
305 </xml>
|
|
306 <xml name="cond_remove_gappy_sequences">
|
|
307 <conditional name="remove_gappy_sequences_cond">
|
|
308 <param name="remove_gappy_sequences" type="select" label="Remove gappy sequences in alignments?">
|
|
309 <option value="no" selected="true">No</option>
|
|
310 <option value="yes">Yes</option>
|
|
311 </param>
|
88
|
312 <when value="no">
|
|
313 <expand macro="cond_multiple_sequence_alignments" />
|
|
314 </when>
|
72
|
315 <when value="yes">
|
|
316 <conditional name="trim_type_cond">
|
|
317 <param name="trim_type" type="select" label="Select process used for gap trimming">
|
|
318 <option value="gap_trimming" selected="true">Nucleotide based </option>
|
|
319 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
|
|
320 </param>
|
|
321 <when value="gap_trimming">
|
|
322 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Remove sites in alignments with gaps of" help="0.1 removes sites with 90% gaps" />
|
|
323 </when>
|
98
|
324 <when value="automated_trimming" />
|
72
|
325 </conditional>
|
|
326 <conditional name="remove_sequences_with_gaps_cond">
|
|
327 <param name="remove_sequences_with_gaps" type="select" label="Remove sequences with specified gaps?">
|
|
328 <option value="no" selected="true">No</option>
|
|
329 <option value="yes">Yes</option>
|
|
330 </param>
|
91
|
331 <when value="no">
|
|
332 <expand macro="cond_multiple_sequence_alignments" />
|
|
333 </when>
|
72
|
334 <when value="yes">
|
|
335 <param name="remove_sequences_with_gaps_of" type="float" value="0.5" min="0" max="1" label="Remove sequences with gaps of" help="0.5 removes sequences with 50% gaps" />
|
99
|
336 <expand macro="cond_multiple_sequence_alignments_with_iterative_realignment" />
|
72
|
337 </when>
|
|
338 </conditional>
|
|
339 </when>
|
|
340 </conditional>
|
|
341 </xml>
|
74
|
342 <xml name="param_multiple_codon_alignments">
|
|
343 <param name="multiple_codon_alignments" type="select" label="Construct orthogroup multiple codon alignments?">
|
|
344 <option value="no" selected="True">No</option>
|
|
345 <option value="yes">Yes</option>
|
|
346 </param>
|
72
|
347 </xml>
|
100
|
348 <xml name="output_ptortho">
|
|
349 <data name="output_ptortho" format="ptortho">
|
|
350 <filter>input_format_cond['input_format'] == 'ptortho'</filter>
|
|
351 </data>
|
|
352 </xml>
|
|
353 <xml name="output_ptorthocs">
|
|
354 <data name="output_ptorthocs" format="ptorthocs">
|
|
355 <filter>input_format_cond['input_format'] == 'ptorthocs'</filter>
|
|
356 </data>
|
|
357 </xml>
|
|
358 <xml name="output_aln">
|
|
359 <data name="output_aln" format="ptalign" label="${tool.name} on ${on_string} (multiple alignments)">
|
101
|
360 <filter>input_format_cond['options_type_cond']['options_type'] == 'advanced' and ((input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['remove_gappy_sequences'] == 'yes' and input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['multiple_sequence_alignments_cond']['multiple_sequence_alignments'] == 'yes') or (input_format_cond['options_type_cond']['remove_sequences_with_gaps_cond']['remove_sequences_with_gaps'] == 'yes' and input_format_cond['options_type_cond']['remove_sequences_with_gaps_cond']['multiple_sequence_alignments_cond']['multiple_sequence_alignments'] == 'yes'))</filter>
|
100
|
361 </data>
|
|
362 </xml>
|
|
363 <xml name="output_tree">
|
|
364 <data name="output_tree" format="pttree" label="${tool.name} on ${on_string} (phylogenetic trees)">
|
|
365 <filter>input_format_cond['options_type_cond']['options_type'] == 'advanced' and input_format_cond['options_type_cond']['phylogenetic_trees_cond']['phylogenetic_trees'] == 'yes'</filter>
|
|
366 </data>
|
|
367 </xml>
|
72
|
368 <xml name="citations">
|
|
369 <citations>
|
|
370 <citation type="bibtex">
|
|
371 @misc{None,
|
|
372 journal = {None},
|
|
373 author = {1. Wafula EK},
|
|
374 title = {Manuscript in preparation},
|
|
375 year = {None},
|
|
376 url = {https://github.com/dePamphilis/PlantTribes},}
|
|
377 </citation>
|
|
378 <citation type="bibtex">
|
|
379 @article{Mirarab2014,
|
|
380 journal = {Research in Computational Molecular Biology (RECOMB)},
|
|
381 author = {2. Mirarab S, Nguyen N, Warnow T},
|
|
382 title = {PASTA: Ultra-Large Multiple Sequence Alignment. In R. Sharan (Ed.)},
|
|
383 year = {2014},
|
|
384 pages = {177–191},
|
|
385 url = {https://github.com/smirarab/pasta},}
|
|
386 </citation>
|
|
387 <citation type="bibtex">
|
|
388 @article{Salvador2009,
|
|
389 journal = {Bioinformatics},
|
|
390 author = {3. Capella-Gutierrez S, Silla-Martinez JM, Gabaldon T},
|
|
391 title = {trimAl: a tool for automated alignment trimming in large-scale phylogenetic analyses},
|
|
392 year = {2009},
|
|
393 url = {http://trimal.cgenomics.org},}
|
|
394 </citation>
|
|
395 <citation type="bibtex">
|
|
396 @article{Stamatakis2014,
|
|
397 journal = {Bioinformatics},
|
|
398 author = {4. Stamatakis A},
|
|
399 title = {RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies},
|
|
400 year = {2014},
|
|
401 url = {http://sco.h-its.org/exelixis/web/software/raxml/index.html},}
|
|
402 </citation>
|
|
403 <citation type="doi">10.1371/journal.pone.0009490</citation>
|
|
404 <citation type="doi">10.1093/bioinformatics/btw412</citation>
|
|
405 </citations>
|
|
406 </xml>
|
|
407 </macros>
|