0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <macros>
|
6
|
3 <token name="@WRAPPER_VERSION@">0.8</token>
|
0
|
4 <xml name="requirements_assembly_post_processor">
|
|
5 <requirements>
|
|
6 <requirement type="package" version="0.4">plant_tribes_assembly_post_processor</requirement>
|
|
7 </requirements>
|
|
8 </xml>
|
|
9 <xml name="requirements_gene_family_aligner">
|
|
10 <requirements>
|
|
11 <requirement type="package" version="0.8">plant_tribes_gene_family_aligner</requirement>
|
|
12 </requirements>
|
|
13 </xml>
|
|
14 <xml name="requirements_gene_family_classifier">
|
|
15 <requirements>
|
|
16 <requirement type="package" version="0.8">plant_tribes_gene_family_classifier</requirement>
|
|
17 </requirements>
|
|
18 </xml>
|
|
19 <xml name="requirements_gene_family_integrator">
|
|
20 <requirements>
|
|
21 <requirement type="package" version="0.8">plant_tribes_gene_family_integrator</requirement>
|
|
22 </requirements>
|
|
23 </xml>
|
5
|
24 <xml name="requirements_kaks_analysis">
|
|
25 <requirements>
|
|
26 <requirement type="package" version="0.8">plant_tribes_kaks_analysis</requirement>
|
|
27 </requirements>
|
|
28 </xml>
|
6
|
29 <xml name="requirements_gene_family_phylogeny_builder">
|
|
30 <requirements>
|
|
31 <requirement type="package" version="0.8">plant_tribes_gene_family_phylogeny_builder</requirement>
|
|
32 </requirements>
|
|
33 </xml>
|
0
|
34 <xml name="stdio">
|
|
35 <stdio>
|
|
36 <exit_code range="1:"/>
|
|
37 <exit_code range=":-1"/>
|
|
38 <regex match="Error:"/>
|
|
39 <regex match="Exception:"/>
|
|
40 </stdio>
|
|
41 </xml>
|
|
42 <xml name="param_codon_alignments">
|
5
|
43 <param name="codon_alignments" type="select" label="Construct orthogroup multiple codon alignments?">
|
0
|
44 <option value="yes" selected="true">Yes</option>
|
|
45 <option value="no">No</option>
|
|
46 </param>
|
|
47 </xml>
|
|
48 <xml name="param_method">
|
|
49 <param name="method" type="select" label="Protein clustering method">
|
|
50 <option value="gfam" selected="true">GFam</option>
|
|
51 <option value="orthofinder">OrthoFinder</option>
|
|
52 <option value="orthomcl">OrthoMCL</option>
|
|
53 </param>
|
|
54 </xml>
|
|
55 <xml name="param_options_type">
|
|
56 <param name="options_type" type="select" label="Options Configuration">
|
|
57 <option value="basic" selected="true">Basic</option>
|
|
58 <option value="advanced">Advanced</option>
|
|
59 </param>
|
|
60 </xml>
|
|
61 <xml name="param_orthogroup_fna">
|
5
|
62 <param name="orthogroup_fna" type="select" label="Process corresponding gene family classification orthogroups CDS fasta files?">
|
0
|
63 <option value="yes" selected="true">Yes</option>
|
|
64 <option value="no">No</option>
|
|
65 </param>
|
|
66 </xml>
|
|
67 <xml name="param_scaffold">
|
|
68 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold">
|
|
69 <options from_data_table="plant_tribes_scaffolds" />
|
|
70 <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." />
|
|
71 </param>
|
|
72 </xml>
|
|
73 <xml name="cond_alignment_method">
|
|
74 <conditional name="alignment_method_cond">
|
1
|
75 <param name="alignment_method" type="select" force_select="true" label="Select method for multiple sequence alignments">
|
0
|
76 <option value="mafft" selected="true">MAFFT algorithm</option>
|
|
77 <option value="pasta">PASTA algorithm</option>
|
|
78 </param>
|
|
79 <when value="mafft" />
|
|
80 <when value="pasta">
|
|
81 <param name="pasta_iter_limit" type="integer" value="3" min="1" label="Maximum number of iterations that the PASTA algorithm will execute" />
|
|
82 </when>
|
|
83 </conditional>
|
|
84 </xml>
|
|
85 <xml name="cond_remove_gappy_sequences">
|
|
86 <conditional name="remove_gappy_sequences_cond">
|
|
87 <param name="remove_gappy_sequences" type="select" label="Remove gappy sequences in alignments?">
|
|
88 <option value="no" selected="true">No</option>
|
|
89 <option value="yes">Yes</option>
|
|
90 </param>
|
|
91 <when value="no" />
|
|
92 <when value="yes">
|
|
93 <conditional name="trim_type_cond">
|
|
94 <param name="trim_type" type="select" label="Select process used for gap trimming">
|
9
|
95 <option value="gap_trimming" selected="true">Nucleotide based</option>
|
0
|
96 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
|
|
97 </param>
|
|
98 <when value="gap_trimming">
|
|
99 <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" />
|
|
100 </when>
|
|
101 <when value="automated_trimming" />
|
|
102 </conditional>
|
|
103 <conditional name="remove_sequences_with_gaps_cond">
|
|
104 <param name="remove_sequences_with_gaps" type="select" label="Remove sequences with specified gaps?">
|
|
105 <option value="no" selected="true">No</option>
|
|
106 <option value="yes">Yes</option>
|
|
107 </param>
|
|
108 <when value="no" />
|
|
109 <when value="yes">
|
|
110 <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" />
|
|
111 <param name="iterative_realignment" type="integer" value="0" min="0" label="Maximum number of iterations" help="Zero value has no affect"/>
|
|
112 </when>
|
|
113 </conditional>
|
|
114 </when>
|
|
115 </conditional>
|
|
116 </xml>
|
|
117 <xml name="citation1">
|
|
118 <citation type="bibtex">
|
|
119 @misc{None,
|
|
120 journal = {None},
|
|
121 author = {1. Wafula EK},
|
|
122 title = {Manuscript in preparation},
|
|
123 year = {None},
|
|
124 url = {https://github.com/dePamphilis/PlantTribes},}
|
|
125 </citation>
|
|
126 </xml>
|
|
127 <xml name="citations2to4">
|
|
128 <citation type="bibtex">
|
|
129 @article{Sasidharan2012,
|
|
130 journal = {Nucleic Acids Research},
|
|
131 author = {2. Sasidharan R, Nepusz T, Swarbreck D, Huala E, Paccanaro A},
|
|
132 title = {GFam: a platform for automatic annotation of gene families},
|
|
133 year = {2012},
|
|
134 pages = {gks631},}
|
|
135 </citation>
|
|
136 <citation type="bibtex">
|
|
137 @article{Li2003,
|
|
138 journal = {Genome Research}
|
|
139 author = {3. Li L, Stoeckert CJ, Roos DS},
|
|
140 title = {OrthoMCL: identification of ortholog groups for eukaryotic genomes},
|
|
141 year = {2003},
|
|
142 volume = {13},
|
|
143 number = {9},
|
|
144 pages = {2178-2189},}
|
|
145 </citation>
|
|
146 <citation type="bibtex">
|
|
147 @article{Emms2015,
|
|
148 journal = {Genome Biology}
|
|
149 author = {4. Emms DM, Kelly S},
|
|
150 title = {OrthoFinder: solving fundamental biases in whole genome comparisons dramatically improves orthogroup inference accuracy},
|
|
151 year = {2015},
|
|
152 volume = {16},
|
|
153 number = {1},
|
|
154 pages = {157},}
|
|
155 </citation>
|
|
156 </xml>
|
|
157 </macros>
|