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>
|
81
|
35 <xml name="param_orthogroup_fna">
|
|
36 <param name="orthogroup_fna" type="select" label="Process corresponding gene family classification orthogroups CDS fasta files?">
|
|
37 <option value="yes" selected="true">Yes</option>
|
|
38 <option value="no">No</option>
|
|
39 </param>
|
|
40 </xml>
|
72
|
41 <xml name="cond_multiple_sequence_alignments">
|
|
42 <conditional name="multiple_sequence_alignments_cond">
|
|
43 <param name="multiple_sequence_alignments" type="select" label="Set multiple sequence alignments options?">
|
|
44 <option value="no" selected="true">No</option>
|
|
45 <option value="yes">Yes</option>
|
|
46 </param>
|
|
47 <when value="no" />
|
|
48 <when value="yes">
|
|
49 <conditional name="multiple_sequence_alignments_option_cond">
|
|
50 <param name="multiple_sequence_alignments_option" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
|
51 <option value="create_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (MAFFT algorithm)</option>
|
|
52 <option value="add_alignments">Add unaligned orthogroup proteins to scaffold backbone multiple sequence alignments (MAFFT algorithm)</option>
|
|
53 <option value="pasta_alignments">Create orthogroup protein multiple sequence alignments including scaffold backbone proteins (PASTA algorithm)</option>
|
|
54 </param>
|
|
55 <when value="create_alignments" />
|
|
56 <when value="add_alignments" />
|
|
57 <when value="pasta_alignments">
|
|
58 <param name="pasta_iter_limit" type="integer" value="3" min="0" label="Maximum number of iterations that the PASTA algorithm will execute" />
|
|
59 </when>
|
|
60 </conditional>
|
|
61 </when>
|
|
62 </conditional>
|
|
63 </xml>
|
79
|
64 <xml name="cond_phylogenetic_trees_ptortho">
|
72
|
65 <conditional name="phylogenetic_trees_cond">
|
|
66 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
67 <option value="no" selected="true">No</option>
|
|
68 <option value="yes">Yes</option>
|
|
69 </param>
|
|
70 <when value="no" />
|
|
71 <when value="yes">
|
|
72 <conditional name="tree_inference_cond">
|
|
73 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
74 <option value="raxml" selected="true">RAxML</option>
|
|
75 <option value="fasttree">FastTree</option>
|
|
76 </param>
|
|
77 <when value="raxml">
|
|
78 <conditional name="rooting_order_file_cond">
|
|
79 <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">
|
|
80 <option value="no" selected="true">No</option>
|
|
81 <option value="yes">Yes</option>
|
|
82 </param>
|
|
83 <when value="no" />
|
|
84 <when value="yes">
|
|
85 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
86 </when>
|
|
87 </conditional>
|
|
88 <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" />
|
|
89 </when>
|
|
90 <when value="fasttree" />
|
|
91 </conditional>
|
|
92 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
93 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
75
|
94 </when>
|
|
95 </conditional>
|
74
|
96 </xml>
|
79
|
97 <xml name="cond_phylogenetic_trees_ptorthocs">
|
75
|
98 <conditional name="phylogenetic_trees_cond">
|
|
99 <param name="phylogenetic_trees" type="select" label="Set phylogenetic trees options?">
|
|
100 <option value="no" selected="true">No</option>
|
|
101 <option value="yes">Yes</option>
|
|
102 </param>
|
|
103 <when value="no" />
|
|
104 <when value="yes">
|
|
105 <conditional name="tree_inference_cond">
|
|
106 <param name="tree_inference" type="select" label="Phylogenetic trees inference method">
|
|
107 <option value="raxml" selected="true">RAxML</option>
|
|
108 <option value="fasttree">FastTree</option>
|
|
109 </param>
|
|
110 <when value="raxml">
|
|
111 <conditional name="rooting_order_file_cond">
|
|
112 <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">
|
|
113 <option value="no" selected="true">No</option>
|
|
114 <option value="yes">Yes</option>
|
|
115 </param>
|
|
116 <when value="no" />
|
|
117 <when value="yes">
|
|
118 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
|
|
119 </when>
|
|
120 </conditional>
|
|
121 <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" />
|
|
122 </when>
|
|
123 <when value="fasttree" />
|
|
124 </conditional>
|
|
125 <param name="max_orthogroup_size" type="integer" value="100" min="0" label="Maximum number of sequences in orthogroup alignments" />
|
|
126 <param name="min_orthogroup_size" type="integer" value="4" min="0" label="Minimum number of sequences in orthogroup alignments" />
|
|
127 <param name="sequence_type" type="select" label="Sequence type used in the phylogenetic inference (dna)">
|
|
128 <option value="protein" selected="true">Amino acid based</option>
|
|
129 <option value="dna">Nucleotide based</option>
|
|
130 </param>
|
72
|
131 </when>
|
|
132 </conditional>
|
|
133 </xml>
|
|
134 <xml name="cond_remove_gappy_sequences">
|
|
135 <conditional name="remove_gappy_sequences_cond">
|
|
136 <param name="remove_gappy_sequences" type="select" label="Remove gappy sequences in alignments?">
|
|
137 <option value="no" selected="true">No</option>
|
|
138 <option value="yes">Yes</option>
|
|
139 </param>
|
|
140 <when value="no" />
|
|
141 <when value="yes">
|
|
142 <conditional name="trim_type_cond">
|
|
143 <param name="trim_type" type="select" label="Select process used for gap trimming">
|
|
144 <option value="gap_trimming" selected="true">Nucleotide based </option>
|
|
145 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
|
|
146 </param>
|
|
147 <when value="automated_trimming" />
|
|
148 <when value="gap_trimming">
|
|
149 <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" />
|
|
150 </when>
|
|
151 </conditional>
|
|
152 <conditional name="remove_sequences_with_gaps_cond">
|
|
153 <param name="remove_sequences_with_gaps" type="select" label="Remove sequences with specified gaps?">
|
|
154 <option value="no" selected="true">No</option>
|
|
155 <option value="yes">Yes</option>
|
|
156 </param>
|
|
157 <when value="no" />
|
|
158 <when value="yes">
|
|
159 <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" />
|
|
160 <param name="iterative_realignments" type="integer" value="0" min="0" label="Maximum number of iterations for orthogroups realignments" help="Zero value has no affect"/>
|
|
161 </when>
|
|
162 </conditional>
|
|
163 </when>
|
|
164 </conditional>
|
|
165 </xml>
|
74
|
166 <xml name="param_multiple_codon_alignments">
|
|
167 <param name="multiple_codon_alignments" type="select" label="Construct orthogroup multiple codon alignments?">
|
|
168 <option value="no" selected="True">No</option>
|
|
169 <option value="yes">Yes</option>
|
|
170 </param>
|
72
|
171 </xml>
|
|
172 <xml name="citations">
|
|
173 <citations>
|
|
174 <citation type="bibtex">
|
|
175 @misc{None,
|
|
176 journal = {None},
|
|
177 author = {1. Wafula EK},
|
|
178 title = {Manuscript in preparation},
|
|
179 year = {None},
|
|
180 url = {https://github.com/dePamphilis/PlantTribes},}
|
|
181 </citation>
|
|
182 <citation type="bibtex">
|
|
183 @article{Mirarab2014,
|
|
184 journal = {Research in Computational Molecular Biology (RECOMB)},
|
|
185 author = {2. Mirarab S, Nguyen N, Warnow T},
|
|
186 title = {PASTA: Ultra-Large Multiple Sequence Alignment. In R. Sharan (Ed.)},
|
|
187 year = {2014},
|
|
188 pages = {177–191},
|
|
189 url = {https://github.com/smirarab/pasta},}
|
|
190 </citation>
|
|
191 <citation type="bibtex">
|
|
192 @article{Salvador2009,
|
|
193 journal = {Bioinformatics},
|
|
194 author = {3. Capella-Gutierrez S, Silla-Martinez JM, Gabaldon T},
|
|
195 title = {trimAl: a tool for automated alignment trimming in large-scale phylogenetic analyses},
|
|
196 year = {2009},
|
|
197 url = {http://trimal.cgenomics.org},}
|
|
198 </citation>
|
|
199 <citation type="bibtex">
|
|
200 @article{Stamatakis2014,
|
|
201 journal = {Bioinformatics},
|
|
202 author = {4. Stamatakis A},
|
|
203 title = {RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies},
|
|
204 year = {2014},
|
|
205 url = {http://sco.h-its.org/exelixis/web/software/raxml/index.html},}
|
|
206 </citation>
|
|
207 <citation type="doi">10.1371/journal.pone.0009490</citation>
|
|
208 <citation type="doi">10.1093/bioinformatics/btw412</citation>
|
|
209 </citations>
|
|
210 </xml>
|
|
211 </macros>
|