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>
|
105
|
132 <token name="@OUTPUT_ALN@">
|
107
|
133 #if str($input_format_cond['options_type_cond']['options_type']) == 'advanced' and ((str($input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['remove_gappy_sequences']) == 'yes' and str($input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['multiple_sequence_alignments_cond']['multiple_sequence_alignments']) == 'yes') or (str($input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['remove_sequences_with_gaps_cond']['remove_sequences_with_gaps'] == 'yes') and str($input_format_cond['options_type_cond']['remove_gappy_sequences_cond']['remove_sequences_with_gaps_cond']['multiple_sequence_alignments_cond']['multiple_sequence_alignments']) == 'yes')):
|
105
|
134 --output_aln '$output_aln'
|
|
135 --output_aln_dir '$output_aln.files_path'
|
|
136 #end if
|
|
137 </token>
|
|
138 <token name="@OUTPUT_TREE@">
|
|
139 #if str($input_format_cond['options_type_cond']['options_type']) == 'advanced' and str($input_format_cond['options_type_cond']['phylogenetic_trees_cond']['phylogenetic_trees']) == 'yes':
|
|
140 --output_tree '$output_tree'
|
|
141 --output_tree_dir '$output_tree.files_path'
|
|
142 #end if
|
|
143 </token>
|
72
|
144 <xml name="param_scaffold">
|
|
145 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold">
|
|
146 <options from_data_table="plant_tribes_scaffolds" />
|
|
147 <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." />
|
|
148 </param>
|
|
149 </xml>
|
|
150 <xml name="param_method">
|
|
151 <param name="method" type="select" label="Protein clustering method">
|
|
152 <option value="gfam" selected="true">GFam</option>
|
|
153 <option value="orthofinder">OrthoFinder</option>
|
|
154 <option value="orthomcl">OrthoMCL</option>
|
|
155 </param>
|
|
156 </xml>
|
|
157 <xml name="param_options_type">
|
|
158 <param name="options_type" type="select" label="Options Configuration">
|
|
159 <option value="basic" selected="true">Basic</option>
|
|
160 <option value="advanced">Advanced</option>
|
|
161 </param>
|
|
162 </xml>
|
83
|
163 <xml name="cond_orthogroup_fna">
|
|
164 <conditional name="orthogroup_fna_cond">
|
|
165 <param name="orthogroup_fna" type="select" label="Process corresponding gene family classification orthogroups CDS fasta files?">
|
|
166 <option value="yes" selected="true">Yes</option>
|
|
167 <option value="no">No</option>
|
|
168 </param>
|
|
169 <when value="yes">
|
|
170 <conditional name="options_type_cond">
|
85
|
171 <expand macro="param_options_type" />
|
83
|
172 <when value="basic" />
|
|
173 <when value="advanced">
|
88
|
174 <expand macro="cond_remove_gappy_sequences" />
|
97
|
175 <expand macro="param_multiple_codon_alignments" />
|
83
|
176 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
177 </when>
|
|
178 </conditional>
|
|
179 </when>
|
|
180 <when value="no">
|
|
181 <conditional name="options_type_cond">
|
86
|
182 <expand macro="param_options_type" />
|
83
|
183 <when value="basic" />
|
|
184 <when value="advanced">
|
88
|
185 <expand macro="cond_remove_gappy_sequences" />
|
83
|
186 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
187 </when>
|
|
188 </conditional>
|
|
189 </when>
|
|
190 </conditional>
|
81
|
191 </xml>
|
90
|
192 <xml name="param_multiple_sequence_alignments">
|
|
193 <param name="multiple_sequence_alignments" type="select" label="Set multiple sequence alignments options?">
|
|
194 <option value="no" selected="true">No</option>
|
|
195 <option value="yes">Yes</option>
|
|
196 </param>
|
|
197 </xml>
|
94
|
198 <xml name="options_multiple_sequence_alignments_option">
|
|
199 <option value="create_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (MAFFT algorithm)</option>
|
|
200 <option value="add_alignments">Add unaligned orthogroup proteins to scaffold backbone multiple sequence alignments (MAFFT algorithm)</option>
|
|
201 <option value="pasta_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (PASTA algorithm)</option>
|
|
202 </xml>
|
90
|
203 <xml name="param_multiple_sequence_alignments_option">
|
|
204 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
94
|
205 <expand macro="options_multiple_sequence_alignments_option" />
|
90
|
206 </param>
|
|
207 </xml>
|
99
|
208 <xml name="param_multiple_sequence_alignments_option_with_iterative_realignment">
|
96
|
209 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
|
210 <expand macro="options_multiple_sequence_alignments_option" />
|
99
|
211 <option value="iterative_realignment">Iterative orthogroups realignment, trimming and fitering</option>
|
96
|
212 </param>
|
91
|
213 </xml>
|
90
|
214 <xml name="whens_multiple_sequence_alignments_option_cond">
|
|
215 <when value="create_alignments" />
|
|
216 <when value="add_alignments" />
|
|
217 <when value="pasta_alignments">
|
|
218 <param name="pasta_iter_limit" type="integer" value="3" min="0" label="Maximum number of iterations that the PASTA algorithm will execute" />
|
|
219 </when>
|
|
220 </xml>
|
72
|
221 <xml name="cond_multiple_sequence_alignments">
|
|
222 <conditional name="multiple_sequence_alignments_cond">
|
90
|
223 <expand macro="param_multiple_sequence_alignments" />
|
72
|
224 <when value="no" />
|
|
225 <when value="yes">
|
|
226 <conditional name="multiple_sequence_alignments_option_cond">
|
93
|
227 <expand macro="param_multiple_sequence_alignments_option" />
|
90
|
228 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
72
|
229 </conditional>
|
|
230 </when>
|
|
231 </conditional>
|
|
232 </xml>
|
99
|
233 <xml name="cond_multiple_sequence_alignments_with_iterative_realignment">
|
91
|
234 <conditional name="multiple_sequence_alignments_cond">
|
|
235 <expand macro="param_multiple_sequence_alignments" />
|
|
236 <when value="no" />
|
|
237 <when value="yes">
|
|
238 <conditional name="multiple_sequence_alignments_option_cond">
|
99
|
239 <expand macro="param_multiple_sequence_alignments_option_with_iterative_realignment" />
|
91
|
240 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
99
|
241 <when value="iterative_realignment">
|
|
242 <param name="iterative_realignment" type="integer" value="0" min="0" label="Maximum number of iterations" help="Zero value has no affect"/>
|
96
|
243 </when>
|
91
|
244 </conditional>
|
|
245 </when>
|
|
246 </conditional>
|
|
247 </xml>
|
79
|
248 <xml name="cond_phylogenetic_trees_ptortho">
|
72
|
249 <conditional name="phylogenetic_trees_cond">
|
|
250 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
251 <option value="no" selected="true">No</option>
|
|
252 <option value="yes">Yes</option>
|
|
253 </param>
|
|
254 <when value="no" />
|
|
255 <when value="yes">
|
|
256 <conditional name="tree_inference_cond">
|
|
257 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
258 <option value="raxml" selected="true">RAxML</option>
|
|
259 <option value="fasttree">FastTree</option>
|
|
260 </param>
|
|
261 <when value="raxml">
|
|
262 <conditional name="rooting_order_file_cond">
|
|
263 <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">
|
|
264 <option value="no" selected="true">No</option>
|
|
265 <option value="yes">Yes</option>
|
|
266 </param>
|
|
267 <when value="no" />
|
|
268 <when value="yes">
|
|
269 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
270 </when>
|
|
271 </conditional>
|
|
272 <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" />
|
|
273 </when>
|
|
274 <when value="fasttree" />
|
|
275 </conditional>
|
|
276 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
277 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
75
|
278 </when>
|
|
279 </conditional>
|
74
|
280 </xml>
|
79
|
281 <xml name="cond_phylogenetic_trees_ptorthocs">
|
75
|
282 <conditional name="phylogenetic_trees_cond">
|
|
283 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
284 <option value="no" selected="true">No</option>
|
|
285 <option value="yes">Yes</option>
|
|
286 </param>
|
|
287 <when value="no" />
|
|
288 <when value="yes">
|
|
289 <conditional name="tree_inference_cond">
|
|
290 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
291 <option value="raxml" selected="true">RAxML</option>
|
|
292 <option value="fasttree">FastTree</option>
|
|
293 </param>
|
|
294 <when value="raxml">
|
|
295 <conditional name="rooting_order_file_cond">
|
|
296 <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">
|
|
297 <option value="no" selected="true">No</option>
|
|
298 <option value="yes">Yes</option>
|
|
299 </param>
|
|
300 <when value="no" />
|
|
301 <when value="yes">
|
|
302 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
303 </when>
|
|
304 </conditional>
|
|
305 <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" />
|
|
306 </when>
|
|
307 <when value="fasttree" />
|
|
308 </conditional>
|
|
309 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
310 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
|
311 <param name="sequence_type" type="select" label="Sequence type used in the phylogenetic inference (dna)">
|
|
312 <option value="protein" selected="true">Amino acid based</option>
|
|
313 <option value="dna">Nucleotide based</option>
|
|
314 </param>
|
72
|
315 </when>
|
|
316 </conditional>
|
|
317 </xml>
|
|
318 <xml name="cond_remove_gappy_sequences">
|
|
319 <conditional name="remove_gappy_sequences_cond">
|
|
320 <param name="remove_gappy_sequences" type="select" label="Remove gappy sequences in alignments?">
|
|
321 <option value="no" selected="true">No</option>
|
|
322 <option value="yes">Yes</option>
|
|
323 </param>
|
88
|
324 <when value="no">
|
|
325 <expand macro="cond_multiple_sequence_alignments" />
|
|
326 </when>
|
72
|
327 <when value="yes">
|
|
328 <conditional name="trim_type_cond">
|
|
329 <param name="trim_type" type="select" label="Select process used for gap trimming">
|
|
330 <option value="gap_trimming" selected="true">Nucleotide based </option>
|
|
331 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
|
|
332 </param>
|
|
333 <when value="gap_trimming">
|
106
|
334 <param name="gap_trimming" type="float" value="0" min="0" max="1.0" label="Remove sites in alignments with gaps of" help="Zero value has no affect" />
|
72
|
335 </when>
|
98
|
336 <when value="automated_trimming" />
|
72
|
337 </conditional>
|
|
338 <conditional name="remove_sequences_with_gaps_cond">
|
|
339 <param name="remove_sequences_with_gaps" type="select" label="Remove sequences with specified gaps?">
|
|
340 <option value="no" selected="true">No</option>
|
|
341 <option value="yes">Yes</option>
|
|
342 </param>
|
91
|
343 <when value="no">
|
|
344 <expand macro="cond_multiple_sequence_alignments" />
|
|
345 </when>
|
72
|
346 <when value="yes">
|
106
|
347 <param name="remove_sequences_with_gaps_of" type="float" value="0" min="0" max="1" label="Remove sequences with gaps of" help="Zero value has no affect" />
|
99
|
348 <expand macro="cond_multiple_sequence_alignments_with_iterative_realignment" />
|
72
|
349 </when>
|
|
350 </conditional>
|
|
351 </when>
|
|
352 </conditional>
|
|
353 </xml>
|
74
|
354 <xml name="param_multiple_codon_alignments">
|
|
355 <param name="multiple_codon_alignments" type="select" label="Construct orthogroup multiple codon alignments?">
|
|
356 <option value="no" selected="True">No</option>
|
|
357 <option value="yes">Yes</option>
|
|
358 </param>
|
72
|
359 </xml>
|
100
|
360 <xml name="output_ptortho">
|
|
361 <data name="output_ptortho" format="ptortho">
|
|
362 <filter>input_format_cond['input_format'] == 'ptortho'</filter>
|
|
363 </data>
|
|
364 </xml>
|
|
365 <xml name="output_ptorthocs">
|
|
366 <data name="output_ptorthocs" format="ptorthocs">
|
|
367 <filter>input_format_cond['input_format'] == 'ptorthocs'</filter>
|
|
368 </data>
|
|
369 </xml>
|
|
370 <xml name="output_aln">
|
|
371 <data name="output_aln" format="ptalign" label="${tool.name} on ${on_string} (multiple alignments)">
|
101
|
372 <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
|
373 </data>
|
|
374 </xml>
|
|
375 <xml name="output_tree">
|
|
376 <data name="output_tree" format="pttree" label="${tool.name} on ${on_string} (phylogenetic trees)">
|
|
377 <filter>input_format_cond['options_type_cond']['options_type'] == 'advanced' and input_format_cond['options_type_cond']['phylogenetic_trees_cond']['phylogenetic_trees'] == 'yes'</filter>
|
|
378 </data>
|
|
379 </xml>
|
72
|
380 <xml name="citations">
|
|
381 <citations>
|
|
382 <citation type="bibtex">
|
|
383 @misc{None,
|
|
384 journal = {None},
|
|
385 author = {1. Wafula EK},
|
|
386 title = {Manuscript in preparation},
|
|
387 year = {None},
|
|
388 url = {https://github.com/dePamphilis/PlantTribes},}
|
|
389 </citation>
|
|
390 <citation type="bibtex">
|
|
391 @article{Mirarab2014,
|
|
392 journal = {Research in Computational Molecular Biology (RECOMB)},
|
|
393 author = {2. Mirarab S, Nguyen N, Warnow T},
|
|
394 title = {PASTA: Ultra-Large Multiple Sequence Alignment. In R. Sharan (Ed.)},
|
|
395 year = {2014},
|
|
396 pages = {177–191},
|
|
397 url = {https://github.com/smirarab/pasta},}
|
|
398 </citation>
|
|
399 <citation type="bibtex">
|
|
400 @article{Salvador2009,
|
|
401 journal = {Bioinformatics},
|
|
402 author = {3. Capella-Gutierrez S, Silla-Martinez JM, Gabaldon T},
|
|
403 title = {trimAl: a tool for automated alignment trimming in large-scale phylogenetic analyses},
|
|
404 year = {2009},
|
|
405 url = {http://trimal.cgenomics.org},}
|
|
406 </citation>
|
|
407 <citation type="bibtex">
|
|
408 @article{Stamatakis2014,
|
|
409 journal = {Bioinformatics},
|
|
410 author = {4. Stamatakis A},
|
|
411 title = {RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies},
|
|
412 year = {2014},
|
|
413 url = {http://sco.h-its.org/exelixis/web/software/raxml/index.html},}
|
|
414 </citation>
|
|
415 <citation type="doi">10.1371/journal.pone.0009490</citation>
|
|
416 <citation type="doi">10.1093/bioinformatics/btw412</citation>
|
|
417 </citations>
|
|
418 </xml>
|
|
419 </macros>
|