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>
|
|
16 <xml name="param_scaffold">
|
|
17 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold">
|
|
18 <options from_data_table="plant_tribes_scaffolds" />
|
|
19 <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." />
|
|
20 </param>
|
|
21 </xml>
|
|
22 <xml name="param_method">
|
|
23 <param name="method" type="select" label="Protein clustering method">
|
|
24 <option value="gfam" selected="true">GFam</option>
|
|
25 <option value="orthofinder">OrthoFinder</option>
|
|
26 <option value="orthomcl">OrthoMCL</option>
|
|
27 </param>
|
|
28 </xml>
|
|
29 <xml name="param_options_type">
|
|
30 <param name="options_type" type="select" label="Options Configuration">
|
|
31 <option value="basic" selected="true">Basic</option>
|
|
32 <option value="advanced">Advanced</option>
|
|
33 </param>
|
|
34 </xml>
|
83
|
35 <xml name="cond_orthogroup_fna">
|
|
36 <conditional name="orthogroup_fna_cond">
|
|
37 <param name="orthogroup_fna" type="select" label="Process corresponding gene family classification orthogroups CDS fasta files?">
|
|
38 <option value="yes" selected="true">Yes</option>
|
|
39 <option value="no">No</option>
|
|
40 </param>
|
|
41 <when value="yes">
|
|
42 <conditional name="options_type_cond">
|
85
|
43 <expand macro="param_options_type" />
|
83
|
44 <when value="basic" />
|
|
45 <when value="advanced">
|
88
|
46 <expand macro="cond_remove_gappy_sequences" />
|
83
|
47 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
48 <expand macro="param_multiple_codon_alignments" />
|
|
49 </when>
|
|
50 </conditional>
|
|
51 </when>
|
|
52 <when value="no">
|
|
53 <conditional name="options_type_cond">
|
86
|
54 <expand macro="param_options_type" />
|
83
|
55 <when value="basic" />
|
|
56 <when value="advanced">
|
88
|
57 <expand macro="cond_remove_gappy_sequences" />
|
83
|
58 <expand macro="cond_phylogenetic_trees_ptorthocs" />
|
|
59 </when>
|
|
60 </conditional>
|
|
61 </when>
|
|
62 </conditional>
|
81
|
63 </xml>
|
90
|
64 <xml name="param_multiple_sequence_alignments">
|
|
65 <param name="multiple_sequence_alignments" type="select" label="Set multiple sequence alignments options?">
|
|
66 <option value="no" selected="true">No</option>
|
|
67 <option value="yes">Yes</option>
|
|
68 </param>
|
|
69 </xml>
|
|
70 <xml name="param_multiple_sequence_alignments_option">
|
|
71 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
|
72 <option value="create_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (MAFFT algorithm)</option>
|
|
73 <option value="add_alignments">Add unaligned orthogroup proteins to scaffold backbone multiple sequence alignments (MAFFT algorithm)</option>
|
|
74 <option value="pasta_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (PASTA algorithm)</option>
|
|
75 </param>
|
|
76 </xml>
|
91
|
77 <xml name="cond_multiple_sequence_alignments_option_with_iterative_realignments">
|
|
78 <conditional name="multiple_sequence_alignments_option_cond">
|
|
79 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
|
80 <option value="create_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (MAFFT algorithm)</option>
|
|
81 <option value="add_alignments">Add unaligned orthogroup proteins to scaffold backbone multiple sequence alignments (MAFFT algorithm)</option>
|
|
82 <option value="pasta_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (PASTA algorithm)</option>
|
|
83 <option value="iterative_realignments">Iterative orthogroups realignment, trimming and fitering</option>
|
|
84 </param>
|
|
85 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
|
86 <when value="iterative_realignments">
|
|
87 <param name="iterative_realignments" type="integer" value="0" min="0" label="Maximum number of iterations" help="Zero value has no affect"/>
|
|
88 </when>
|
|
89 </conditional>
|
|
90 </xml>
|
90
|
91 <xml name="whens_multiple_sequence_alignments_option_cond">
|
|
92 <when value="create_alignments" />
|
|
93 <when value="add_alignments" />
|
|
94 <when value="pasta_alignments">
|
|
95 <param name="pasta_iter_limit" type="integer" value="3" min="0" label="Maximum number of iterations that the PASTA algorithm will execute" />
|
|
96 </when>
|
|
97 </xml>
|
72
|
98 <xml name="cond_multiple_sequence_alignments">
|
|
99 <conditional name="multiple_sequence_alignments_cond">
|
90
|
100 <expand macro="param_multiple_sequence_alignments" />
|
72
|
101 <when value="no" />
|
|
102 <when value="yes">
|
|
103 <conditional name="multiple_sequence_alignments_option_cond">
|
90
|
104 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
|
105 <expand macro="param_multiple_sequence_alignments_option" />
|
72
|
106 </conditional>
|
|
107 </when>
|
|
108 </conditional>
|
|
109 </xml>
|
91
|
110 <xml name="cond_multiple_sequence_alignments_with_iterative_realignments">
|
|
111 <conditional name="multiple_sequence_alignments_cond">
|
|
112 <expand macro="param_multiple_sequence_alignments" />
|
|
113 <when value="no" />
|
|
114 <when value="yes">
|
|
115 <conditional name="multiple_sequence_alignments_option_cond">
|
|
116 <expand macro="whens_multiple_sequence_alignments_option_cond" />
|
|
117 <expand macro="param_multiple_sequence_alignments_option_with_iterative_realignments" />
|
|
118 </conditional>
|
|
119 </when>
|
|
120 </conditional>
|
|
121 </xml>
|
79
|
122 <xml name="cond_phylogenetic_trees_ptortho">
|
72
|
123 <conditional name="phylogenetic_trees_cond">
|
|
124 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
125 <option value="no" selected="true">No</option>
|
|
126 <option value="yes">Yes</option>
|
|
127 </param>
|
|
128 <when value="no" />
|
|
129 <when value="yes">
|
|
130 <conditional name="tree_inference_cond">
|
|
131 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
132 <option value="raxml" selected="true">RAxML</option>
|
|
133 <option value="fasttree">FastTree</option>
|
|
134 </param>
|
|
135 <when value="raxml">
|
|
136 <conditional name="rooting_order_file_cond">
|
|
137 <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">
|
|
138 <option value="no" selected="true">No</option>
|
|
139 <option value="yes">Yes</option>
|
|
140 </param>
|
|
141 <when value="no" />
|
|
142 <when value="yes">
|
|
143 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
144 </when>
|
|
145 </conditional>
|
|
146 <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" />
|
|
147 </when>
|
|
148 <when value="fasttree" />
|
|
149 </conditional>
|
|
150 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
151 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
75
|
152 </when>
|
|
153 </conditional>
|
74
|
154 </xml>
|
79
|
155 <xml name="cond_phylogenetic_trees_ptorthocs">
|
75
|
156 <conditional name="phylogenetic_trees_cond">
|
|
157 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
158 <option value="no" selected="true">No</option>
|
|
159 <option value="yes">Yes</option>
|
|
160 </param>
|
|
161 <when value="no" />
|
|
162 <when value="yes">
|
|
163 <conditional name="tree_inference_cond">
|
|
164 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
165 <option value="raxml" selected="true">RAxML</option>
|
|
166 <option value="fasttree">FastTree</option>
|
|
167 </param>
|
|
168 <when value="raxml">
|
|
169 <conditional name="rooting_order_file_cond">
|
|
170 <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">
|
|
171 <option value="no" selected="true">No</option>
|
|
172 <option value="yes">Yes</option>
|
|
173 </param>
|
|
174 <when value="no" />
|
|
175 <when value="yes">
|
|
176 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
177 </when>
|
|
178 </conditional>
|
|
179 <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" />
|
|
180 </when>
|
|
181 <when value="fasttree" />
|
|
182 </conditional>
|
|
183 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
184 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
|
185 <param name="sequence_type" type="select" label="Sequence type used in the phylogenetic inference (dna)">
|
|
186 <option value="protein" selected="true">Amino acid based</option>
|
|
187 <option value="dna">Nucleotide based</option>
|
|
188 </param>
|
72
|
189 </when>
|
|
190 </conditional>
|
|
191 </xml>
|
|
192 <xml name="cond_remove_gappy_sequences">
|
|
193 <conditional name="remove_gappy_sequences_cond">
|
|
194 <param name="remove_gappy_sequences" type="select" label="Remove gappy sequences in alignments?">
|
|
195 <option value="no" selected="true">No</option>
|
|
196 <option value="yes">Yes</option>
|
|
197 </param>
|
88
|
198 <when value="no">
|
|
199 <expand macro="cond_multiple_sequence_alignments" />
|
|
200 </when>
|
72
|
201 <when value="yes">
|
|
202 <conditional name="trim_type_cond">
|
|
203 <param name="trim_type" type="select" label="Select process used for gap trimming">
|
|
204 <option value="gap_trimming" selected="true">Nucleotide based </option>
|
|
205 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
|
|
206 </param>
|
|
207 <when value="automated_trimming" />
|
|
208 <when value="gap_trimming">
|
|
209 <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" />
|
|
210 </when>
|
|
211 </conditional>
|
|
212 <conditional name="remove_sequences_with_gaps_cond">
|
|
213 <param name="remove_sequences_with_gaps" type="select" label="Remove sequences with specified gaps?">
|
|
214 <option value="no" selected="true">No</option>
|
|
215 <option value="yes">Yes</option>
|
|
216 </param>
|
91
|
217 <when value="no">
|
|
218 <expand macro="cond_multiple_sequence_alignments" />
|
|
219 </when>
|
72
|
220 <when value="yes">
|
|
221 <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" />
|
|
222 <param name="iterative_realignments" type="integer" value="0" min="0" label="Maximum number of iterations for orthogroups realignments" help="Zero value has no affect"/>
|
91
|
223 <expand macro="cond_multiple_sequence_alignments_with_iterative_realignments" />
|
72
|
224 </when>
|
|
225 </conditional>
|
|
226 </when>
|
|
227 </conditional>
|
|
228 </xml>
|
74
|
229 <xml name="param_multiple_codon_alignments">
|
|
230 <param name="multiple_codon_alignments" type="select" label="Construct orthogroup multiple codon alignments?">
|
|
231 <option value="no" selected="True">No</option>
|
|
232 <option value="yes">Yes</option>
|
|
233 </param>
|
72
|
234 </xml>
|
|
235 <xml name="citations">
|
|
236 <citations>
|
|
237 <citation type="bibtex">
|
|
238 @misc{None,
|
|
239 journal = {None},
|
|
240 author = {1. Wafula EK},
|
|
241 title = {Manuscript in preparation},
|
|
242 year = {None},
|
|
243 url = {https://github.com/dePamphilis/PlantTribes},}
|
|
244 </citation>
|
|
245 <citation type="bibtex">
|
|
246 @article{Mirarab2014,
|
|
247 journal = {Research in Computational Molecular Biology (RECOMB)},
|
|
248 author = {2. Mirarab S, Nguyen N, Warnow T},
|
|
249 title = {PASTA: Ultra-Large Multiple Sequence Alignment. In R. Sharan (Ed.)},
|
|
250 year = {2014},
|
|
251 pages = {177–191},
|
|
252 url = {https://github.com/smirarab/pasta},}
|
|
253 </citation>
|
|
254 <citation type="bibtex">
|
|
255 @article{Salvador2009,
|
|
256 journal = {Bioinformatics},
|
|
257 author = {3. Capella-Gutierrez S, Silla-Martinez JM, Gabaldon T},
|
|
258 title = {trimAl: a tool for automated alignment trimming in large-scale phylogenetic analyses},
|
|
259 year = {2009},
|
|
260 url = {http://trimal.cgenomics.org},}
|
|
261 </citation>
|
|
262 <citation type="bibtex">
|
|
263 @article{Stamatakis2014,
|
|
264 journal = {Bioinformatics},
|
|
265 author = {4. Stamatakis A},
|
|
266 title = {RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies},
|
|
267 year = {2014},
|
|
268 url = {http://sco.h-its.org/exelixis/web/software/raxml/index.html},}
|
|
269 </citation>
|
|
270 <citation type="doi">10.1371/journal.pone.0009490</citation>
|
|
271 <citation type="doi">10.1093/bioinformatics/btw412</citation>
|
|
272 </citations>
|
|
273 </xml>
|
|
274 </macros>
|