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