comparison assembly_post_processor.xml @ 39:b0ea1e985a38 draft

Uploaded
author greg
date Wed, 26 Apr 2017 10:25:55 -0400
parents 9b5baf12bdbe
children 61977f3f19ea
comparison
equal deleted inserted replaced
38:9b5baf12bdbe 39:b0ea1e985a38
1 <tool id="plant_tribes_assembly_post_processor" name="AssemblyPostProcessor" version="0.4.0"> 1 <tool id="plant_tribes_assembly_post_processor" name="AssemblyPostProcessor" version="@WRAPPER_VERSION@.0">
2 <description>post-processes de novo transcriptome assembly</description> 2 <description>post-processes de novo transcriptome assembly</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements_assembly_post_processor" /> 6 <expand macro="requirements_assembly_post_processor" />
16 #if str($options_type.options_type_selector) == 'advanced': 16 #if str($options_type.options_type_selector) == 'advanced':
17 #if str($options_type.target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes': 17 #if str($options_type.target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes':
18 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups' 18 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups'
19 --scaffold '$options_type.target_gene_family_assembly_cond.scaffold.fields.path' 19 --scaffold '$options_type.target_gene_family_assembly_cond.scaffold.fields.path'
20 --method '$options_type.target_gene_family_assembly_cond.method' 20 --method '$options_type.target_gene_family_assembly_cond.method'
21 --gap_trimming $options_type.gap_trimming
21 #end if 22 #end if
22 --gap_trimming $options_type.gap_trimming
23 #if str($options_type.strand_specific) == 'yes': 23 #if str($options_type.strand_specific) == 'yes':
24 --strand_specific 24 --strand_specific
25 #end if 25 #end if
26 #if str($options_type.dereplicate) == 'yes': 26 #if str($options_type.dereplicate) == 'yes':
27 --dereplicate 27 --dereplicate
66 <param name="method" type="select" label="Protein clustering method"> 66 <param name="method" type="select" label="Protein clustering method">
67 <option value="gfam" selected="true">GFam</option> 67 <option value="gfam" selected="true">GFam</option>
68 <option value="orthofinder">OrthoFinder</option> 68 <option value="orthofinder">OrthoFinder</option>
69 <option value="orthomcl">OrthoMCL</option> 69 <option value="orthomcl">OrthoMCL</option>
70 </param> 70 </param>
71 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Trim alignments"/>
71 </when> 72 </when>
72 </conditional> 73 </conditional>
73 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Trim alignments"/>
74 <param name="strand_specific" type="select" label="Strand-specific assembly?"> 74 <param name="strand_specific" type="select" label="Strand-specific assembly?">
75 <option value="no" selected="true">No</option> 75 <option value="no" selected="true">No</option>
76 <option value="yes">Yes</option> 76 <option value="yes">Yes</option>
77 </param> 77 </param>
78 <param name="dereplicate" type="select" label="Remove duplicate sequences?"> 78 <param name="dereplicate" type="select" label="Remove duplicate sequences?">
134 134
135 **Other options** 135 **Other options**
136 136
137 * **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]. 137 * **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].
138 138
139 * **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 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). 139 * **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).
140 * **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. 140 * **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.
141 * **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. 141 * **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.
142 142 * **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.
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% of the sequences in the multiple sequence alignment. This option is restricted to the range 0.0 - 1.0. 143
144 * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed. 144 * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed.
145 * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12]. 145 * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12].
146 * **Minimum sequence length** - set the minimum sequence length of predicted coding regions. The default is 200 bp. 146 * **Minimum sequence length** - set the minimum sequence length of predicted coding regions. The default is 200 bp.
147 147
148 </help> 148 </help>