39
|
1 <tool id="plant_tribes_assembly_post_processor" name="AssemblyPostProcessor" version="@WRAPPER_VERSION@.0">
|
28
|
2 <description>post-processes de novo transcriptome assembly</description>
|
37
|
3 <macros>
|
|
4 <import>macros.xml</import>
|
|
5 </macros>
|
|
6 <expand macro="requirements_assembly_post_processor" />
|
|
7 <expand macro="stdio" />
|
0
|
8 <command>
|
|
9 <![CDATA[
|
38
|
10 AssemblyPostProcessor
|
15
|
11 --transcripts '$input'
|
0
|
12 --prediction_method $prediction_method_cond.prediction_method
|
|
13 #if str($prediction_method_cond.prediction_method) == 'estscan':
|
15
|
14 --score_matrices '$score_matrices'
|
0
|
15 #end if
|
|
16 #if str($options_type.options_type_selector) == 'advanced':
|
|
17 #if str($options_type.target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes':
|
41
|
18 #set target_gene_family_assembly_cond = $options_type.target_gene_family_assembly_cond
|
|
19 --gene_family_search '$target_gene_family_assembly_cond.orthogroups'
|
|
20 --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path'
|
|
21 --method '$target_gene_family_assembly_cond.method'
|
|
22 --gap_trimming $target_gene_family_assembly_cond.gap_trimming
|
0
|
23 #end if
|
|
24 #if str($options_type.strand_specific) == 'yes':
|
|
25 --strand_specific
|
|
26 #end if
|
|
27 #if str($options_type.dereplicate) == 'yes':
|
|
28 --dereplicate
|
|
29 #end if
|
|
30 --min_length $options_type.min_length
|
|
31 #end if
|
|
32 --num_threads \${GALAXY_SLOTS:-4}
|
25
|
33 >/dev/null
|
0
|
34 ]]>
|
|
35 </command>
|
|
36 <inputs>
|
28
|
37 <param name="input" format="fasta" type="data" label="Transcriptome assembly fasta file"/>
|
0
|
38 <conditional name="prediction_method_cond">
|
28
|
39 <param name="prediction_method" type="select" label="Coding regions prediction method">
|
0
|
40 <option value="transdecoder" selected="true">TransDecoder</option>
|
|
41 <option value="estscan">ESTScan</option>
|
|
42 </param>
|
|
43 <when value="transdecoder" />
|
|
44 <when value="estscan">
|
|
45 <param name="score_matrices" format="smat" type="data" label="Scores matrices"/>
|
|
46 </when>
|
|
47 </conditional>
|
|
48 <conditional name="options_type">
|
28
|
49 <param name="options_type_selector" type="select" label="Options configuration">
|
0
|
50 <option value="basic" selected="true">Basic</option>
|
|
51 <option value="advanced">Advanced</option>
|
|
52 </param>
|
|
53 <when value="basic" />
|
|
54 <when value="advanced">
|
|
55 <conditional name="target_gene_family_assembly_cond">
|
28
|
56 <param name="target_gene_family_assembly" type="select" label="Perform targeted gene assembly?">
|
0
|
57 <option value="no" selected="true">No</option>
|
|
58 <option value="yes">Yes</option>
|
|
59 </param>
|
|
60 <when value="no" />
|
|
61 <when value="yes">
|
28
|
62 <param name="orthogroups" format="tabular" type="data" label="Targeted gene families"/>
|
33
|
63 <param name="scaffold" type="select" label="Gene family scaffold">
|
0
|
64 <options from_data_table="plant_tribes_scaffolds" />
|
10
|
65 <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."/>
|
0
|
66 </param>
|
|
67 <param name="method" type="select" label="Protein clustering method">
|
|
68 <option value="gfam" selected="true">GFam</option>
|
|
69 <option value="orthofinder">OrthoFinder</option>
|
|
70 <option value="orthomcl">OrthoMCL</option>
|
|
71 </param>
|
39
|
72 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Trim alignments"/>
|
0
|
73 </when>
|
|
74 </conditional>
|
28
|
75 <param name="strand_specific" type="select" label="Strand-specific assembly?">
|
0
|
76 <option value="no" selected="true">No</option>
|
|
77 <option value="yes">Yes</option>
|
|
78 </param>
|
28
|
79 <param name="dereplicate" type="select" label="Remove duplicate sequences?">
|
0
|
80 <option value="no" selected="true">No</option>
|
|
81 <option value="yes">Yes</option>
|
|
82 </param>
|
28
|
83 <param name="min_length" type="integer" value="200" label="Minimum sequence length"/>
|
0
|
84 </when>
|
|
85 </conditional>
|
|
86 </inputs>
|
|
87 <outputs>
|
|
88 <collection name="transcripts" type="list">
|
1
|
89 <discover_datasets pattern="__name__" directory="assemblyPostProcessing_dir" visible="true" ext="fasta" />
|
0
|
90 </collection>
|
|
91 </outputs>
|
|
92 <tests>
|
|
93 <test>
|
|
94 <param name="input" value="assembly.fasta" ftype="fasta" />
|
|
95 <param name="prediction_method" value="transdecoder" />
|
6
|
96 <output_collection name="transcripts" type="list">
|
15
|
97 <element name="transcripts.cds" file="transcripts.cds" ftype="fasta"/>
|
|
98 <element name="transcripts.cleaned.cds" file="transcripts.cleaned.cds" ftype="fasta"/>
|
16
|
99 <element name="transcripts.cleaned.pep" file="transcripts.cleaned.pep" ftype="fasta"/>
|
15
|
100 <element name="transcripts.pep" file="transcripts.pep" ftype="fasta"/>
|
6
|
101 </output_collection>
|
|
102 </test>
|
|
103 <test>
|
|
104 <param name="input" value="assembly.fasta" ftype="fasta" />
|
|
105 <param name="prediction_method" value="transdecoder" />
|
0
|
106 <param name="options_type_selector" value="advanced" />
|
7
|
107 <param name="gap_trimming" value="0.1" />
|
0
|
108 <param name="dereplicate" value="yes" />
|
7
|
109 <param name="min_length" value="200" />
|
0
|
110 <output_collection name="transcripts" type="list">
|
16
|
111 <element name="transcripts.cds" file="transcripts.cds" ftype="fasta"/>
|
|
112 <element name="transcripts.cleaned.cds" file="transcripts.cleaned.cds" ftype="fasta"/>
|
|
113 <element name="transcripts.cleaned.nr.cds" file="transcripts.cleaned.nr.cds" ftype="fasta"/>
|
|
114 <element name="transcripts.cleaned.nr.pep" file="transcripts.cleaned.nr.pep" ftype="fasta"/>
|
|
115 <element name="transcripts.cleaned.pep" file="transcripts.cleaned.pep" ftype="fasta"/>
|
|
116 <element name="transcripts.pep" file="transcripts.pep" ftype="fasta"/>
|
0
|
117 </output_collection>
|
|
118 </test>
|
|
119 </tests>
|
|
120 <help>
|
33
|
121 This tool is one of the PlantTribes collection of automated modular analysis pipelines for comparative and
|
28
|
122 evolutionary analyses of genome-scale gene families and transcriptomes. This tool post-processes de novo
|
|
123 assembled transcripts into putative coding sequences and their corresponding amino acid translations and
|
|
124 optionally assigns transcripts to circumscribed gene families ("orthogroups")[2]. After transcripts have been
|
|
125 assigned to gene families, overlapping contigs can be identified and merged to reduce fragmentation in the
|
|
126 de novo assembly.
|
0
|
127
|
|
128 -----
|
|
129
|
28
|
130 **Required options**
|
|
131
|
|
132 * **Transcriptome assembly fasta file** - either de novo or reference-guided transcriptome assembly fasta file selected from your history.
|
33
|
133 * **Coding regions prediction method** - method for finding coding regions within transcripts. Available methods are TransDecoder[3] and ESTScan[4].
|
|
134 * **Scores matrices** - scores matrices, based on a related species, are required when ESTScan is used to find coding regions. Details of how to create species-specific scores matrices can be found on the ESTScan website (http://estscan.sourceforge.net). Matrices of some organisms are also available to download.
|
28
|
135
|
|
136 **Other options**
|
0
|
137
|
29
|
138 * **Perform targeted gene assembly?** - selecting 'Yes' enables local assembly of one or more targeted gene families in a specific scaffold. Scaffolds are defined in PlantTribes as clusters of paralogous/orthologous sequences from a specified set of proteomes[5-7].
|
35
|
139
|
39
|
140 * **Targeted gene families** - select a history item containing a list of targeted orthogroup identifiers corresponding to the gene family classification from a specified scaffold. Gene family identifiers can be obtained from the function annotation table ("Orthogroup ID" field of .summary file) of scaffold data installed into Galaxy via the PlantTribes Scaffolds Download Data Manager tool, and also available at the PlantTribes github repository (https://github.com/dePamphilis/PlantTribes/tree/master/config).
|
35
|
141 * **Gene family scaffold** - one of the PlantTribes gene family scaffolds (installed into Galaxy by the PlantTribes Scaffolds Download Data Manager tool) whose orthogroup(s) are targeted for the localized assembly.
|
|
142 * **Protein clustering method** - gene family scaffold protein clustering method. Each PlantTribes scaffold data has up to three sets of clusters - GFam[8] (clusters of consensus domain architecture), OrthoFinder[9] (broadly defined clusters) or OrthoMCL[10] (narrowly defined clusters). You can also install your own data scaffold created using a different clustering method as long as it conforms to the PlantTribes scaffold data format.
|
39
|
143 * **Trim alignments** - trim gene family multiple sequence alignments that include scaffold backbone genes and locally assembled transcripts to remove non-conserved regions (gappy sites)[11]. The trimmed alignments are used in assigning scores to locally assembled transcripts to determine how well they compare to the backbone gene models. The default setting of 0.1 removes sites that have gaps in 90% or more of the sequences in the multiple sequence alignment. This option is restricted to the range 0.0 - 1.0.
|
35
|
144
|
28
|
145 * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed.
|
|
146 * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12].
|
|
147 * **Minimum sequence length** - set the minimum sequence length of predicted coding regions. The default is 200 bp.
|
31
|
148
|
0
|
149 </help>
|
|
150 <citations>
|
37
|
151 <expand macro="citation1" />
|
28
|
152 <citation type="bibtex">
|
29
|
153 @article{Honaas2016,
|
|
154 journal = {PloS one},
|
|
155 author = {2. Honaas LA, Wafula EK, Wickett NJ, Der JP, Zhang Y, Edger PP, Altman NS, Pires JC, Leebens-Mack JH},
|
28
|
156 title = {Selecting superior de novo transcriptome assemblies: lessons learned by leveraging the best plant genome},
|
|
157 year = {2016},
|
|
158 volume = {11},
|
|
159 number = {1},
|
29
|
160 pages = {e0146062},}
|
28
|
161 </citation>
|
24
|
162 <citation type="bibtex">
|
29
|
163 @article{Haas2013,
|
|
164 journal = {Nature Protocols},
|
|
165 author = {3. Haas BJ, Papanicolaou A, Yassour M, Grabherr M, Blood PD, Bowden J, Couger MB, Eccles D, Li B, Lieber M, MacManes MD},
|
28
|
166 title = {De novo transcript sequence reconstruction from RNA-seq using the Trinity platform for reference generation and analysis},
|
|
167 year = {2013},
|
|
168 volume = {8},
|
|
169 number = {8},
|
29
|
170 pages = {1494-1512},}
|
28
|
171 </citation>
|
|
172 <citation type="bibtex">
|
29
|
173 @article{Iseli1999,
|
|
174 journal = {ISMB},
|
|
175 author = {4. Iseli C, Jongeneel CV, Bucher P},
|
|
176 title = {ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences},
|
24
|
177 year = {1999},
|
28
|
178 volume = {99},
|
29
|
179 pages = {138-148},
|
|
180 url = {http://estscan.sourceforge.net},}
|
28
|
181 </citation>
|
|
182 <citation type="bibtex">
|
29
|
183 @article{Huang1999,
|
|
184 journal = {Genome Research},
|
|
185 author = {5. Huang X, Madan A},
|
28
|
186 title = {CAP3: A DNA sequence assembly program},
|
|
187 year = {1999},
|
|
188 volume = {9},
|
|
189 number = {9},
|
29
|
190 pages = {868-877},
|
|
191 url = {http://seq.cs.iastate.edu/cap3.html},}
|
28
|
192 </citation>
|
|
193 <citation type="bibtex">
|
29
|
194 @article{Eddy2009,
|
|
195 journal = {Genome Inform},
|
|
196 author = {6. Eddy SR},
|
28
|
197 title = {A new generation of homology search tools based on probabilistic inference},
|
|
198 year = {2009},
|
|
199 volume = {23},
|
|
200 number = {1},
|
29
|
201 pages = {205-211},}
|
28
|
202 </citation>
|
|
203 <citation type="bibtex">
|
30
|
204 @article{Katoh2013,
|
|
205 journal = {Molecular biology and evolution},
|
|
206 author = {7. Katoh K, Standley DM},
|
|
207 title = {MAFFT multiple sequence alignment software version 7: improvements in performance and usability},
|
|
208 year = {2013},
|
|
209 volume = {30},
|
|
210 number = {4},
|
|
211 pages = {772-780},}
|
|
212 </citation>
|
|
213 <citation type="bibtex">
|
29
|
214 @article{Sasidharan2012,
|
|
215 journal = {Nucleic Acids Research},
|
30
|
216 author = {8. Sasidharan R, Nepusz T, Swarbreck D, Huala E, Paccanaro A},
|
28
|
217 title = {GFam: a platform for automatic annotation of gene families},
|
|
218 year = {2012},
|
29
|
219 pages = {gks631},}
|
28
|
220 </citation>
|
|
221 <citation type="bibtex">
|
29
|
222 @article{Li2003,
|
|
223 journal = {Genome Research}
|
30
|
224 author = {9. Li L, Stoeckert CJ, Roos DS},
|
28
|
225 title = {OrthoMCL: identification of ortholog groups for eukaryotic genomes},
|
|
226 year = {2003},
|
|
227 volume = {13},
|
|
228 number = {9},
|
29
|
229 pages = {2178-2189},}
|
28
|
230 </citation>
|
|
231 <citation type="bibtex">
|
29
|
232 @article{Emms2015,
|
|
233 journal = {Genome Biology}
|
30
|
234 author = {10. Emms DM, Kelly S},
|
28
|
235 title = {OrthoFinder: solving fundamental biases in whole genome comparisons dramatically improves orthogroup inference accuracy},
|
|
236 year = {2015},
|
|
237 volume = {16},
|
|
238 number = {1},
|
29
|
239 pages = {157},}
|
28
|
240 </citation>
|
|
241 <citation type="bibtex">
|
29
|
242 @article{Capella-Gutierrez2009,
|
|
243 journal = {Bioinformatics,},
|
30
|
244 author = {11. Capella-Gutierrez S, Silla-MartÃnez JM, Gabaldón T},
|
28
|
245 title = {trimAl: a tool for automated alignment trimming in large-scale phylogenetic analyses},
|
|
246 year = {2009},
|
|
247 volume = {25},
|
|
248 number = {15},
|
29
|
249 pages = {1972-1973},}
|
28
|
250 </citation>
|
|
251 <citation type="bibtex">
|
29
|
252 @article{Gremme2013,
|
|
253 journal = {IEEE/ACM Transactions on Computational Biology and Bioinformatics},
|
30
|
254 author = {12. Gremme G, Steinbiss S, Kurtz S},
|
28
|
255 title = {GenomeTools: a comprehensive software library for efficient processing of structured genome annotations},
|
|
256 year = {2013},
|
|
257 volume = {10},
|
|
258 number = {3},
|
29
|
259 pages = {645-656},}
|
28
|
260 </citation>
|
0
|
261 </citations>
|
|
262 </tool>
|