comparison assembly_post_processor.xml @ 85:b5aac0d2c99c draft

Uploaded
author greg
date Wed, 25 Oct 2017 08:17:33 -0400
parents b1102f939fdd
children 126430ebebf7
comparison
equal deleted inserted replaced
84:b1102f939fdd 85:b5aac0d2c99c
18 #if str($target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes': 18 #if str($target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes':
19 --gene_family_search '$target_gene_family_assembly_cond.orthogroups' 19 --gene_family_search '$target_gene_family_assembly_cond.orthogroups'
20 --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path' 20 --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path'
21 --method '$target_gene_family_assembly_cond.method' 21 --method '$target_gene_family_assembly_cond.method'
22 --gap_trimming $target_gene_family_assembly_cond.gap_trimming 22 --gap_trimming $target_gene_family_assembly_cond.gap_trimming
23 --min_coverage $target_gene_family_assembly_cond.min_coverage
23 --output_targeted_gene_families_stats '$output_targeted_gene_families_stats' 24 --output_targeted_gene_families_stats '$output_targeted_gene_families_stats'
24 #end if 25 #end if
25 #if str($options_type.strand_specific) == 'yes': 26 #if str($options_type.strand_specific) == 'yes':
26 --strand_specific true 27 --strand_specific true
27 #end if 28 #end if
73 <option value="gfam" selected="true">GFam</option> 74 <option value="gfam" selected="true">GFam</option>
74 <option value="orthofinder">OrthoFinder</option> 75 <option value="orthofinder">OrthoFinder</option>
75 <option value="orthomcl">OrthoMCL</option> 76 <option value="orthomcl">OrthoMCL</option>
76 </param> 77 </param>
77 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Trim alignments"/> 78 <param name="gap_trimming" type="float" value="0.1" min="0" max="1.0" label="Trim alignments"/>
79 <param name="min_coverage" type="float" value="0.5" min="0.3" max="1.0" label="Minimum alignment coverage"/>
78 </when> 80 </when>
79 </conditional> 81 </conditional>
80 <param name="strand_specific" type="select" label="Strand-specific assembly?"> 82 <param name="strand_specific" type="select" label="Strand-specific assembly?">
81 <option value="no" selected="true">No</option> 83 <option value="no" selected="true">No</option>
82 <option value="yes">Yes</option> 84 <option value="yes">Yes</option>
142 <output_collection name="output_targeted_gene_families" type="list"> 144 <output_collection name="output_targeted_gene_families" type="list">
143 <element name="752.faa" file="752.faa" ftype="fasta"/> 145 <element name="752.faa" file="752.faa" ftype="fasta"/>
144 <element name="752.fasta" file="752.fasta" ftype="fasta"/> 146 <element name="752.fasta" file="752.fasta" ftype="fasta"/>
145 <element name="752.fna" file="752.fna" ftype="fasta"/> 147 <element name="752.fna" file="752.fna" ftype="fasta"/>
146 </output_collection> 148 </output_collection>
147 <output name="output_targeted_gene_families_stats" file="output_targeted_gene_families.stats" ftype="tabular"/> 149 <output name="output_targeted_gene_families_stats" file="output_targeted_gene_families_stats.tabular" ftype="tabular"/>
148 <output name="output_cds" file="transcripts_tgf.cds" ftype="fasta"/> 150 <output name="output_cds" file="transcripts_tgf.cds" ftype="fasta"/>
149 <output name="output_cleaned_cds" file="transcripts.cleaned_tgf.cds" ftype="fasta"/> 151 <output name="output_cleaned_cds" file="transcripts.cleaned_tgf.cds" ftype="fasta"/>
150 <output name="output_cleaned_nr_cds" file="transcripts_tgf.cleaned.nr.cds" ftype="fasta"/> 152 <output name="output_cleaned_nr_cds" file="transcripts_tgf.cleaned.nr.cds" ftype="fasta"/>
151 <output name="output_cleaned_nr_pep" file="transcripts_tgf.cleaned.nr.pep" ftype="fasta"/> 153 <output name="output_cleaned_nr_pep" file="transcripts_tgf.cleaned.nr.pep" ftype="fasta"/>
152 <output name="output_cleaned_pep" file="transcripts.cleaned_tgf.pep" ftype="fasta"/> 154 <output name="output_cleaned_pep" file="transcripts.cleaned_tgf.pep" ftype="fasta"/>
175 177
176 * **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 are also available in the PlantTribes "annotation" directory of the scaffold data download. 178 * **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 are also available in the PlantTribes "annotation" directory of the scaffold data download.
177 * **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. 179 * **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.
178 * **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. 180 * **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.
179 * **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. 181 * **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.
182 * **Minimum alignment coverage** - allowable sequence coverage in the orthogroup trimmed protein multiple sequence alignments. The default setting of 0.5 reports assembled targeted gene family transcripts with at least 50% coverage of the conserved regions in the trimmed multiple sequence alignment.
180 183
181 * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed. 184 * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed.
182 * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12]. 185 * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12].
183 * **Minimum sequence length** - set the minimum sequence length of predicted coding regions. The default is 200 bp. 186 * **Minimum sequence length** - set the minimum sequence length of predicted coding regions. The default is 200 bp.
184 187