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