Mercurial > repos > greg > assembly_post_processor
comparison assembly_post_processor.xml @ 10:db0c2baf176f draft
Uploaded
author | greg |
---|---|
date | Tue, 31 Jan 2017 13:34:49 -0500 |
parents | 5a0a049d11aa |
children | ef522c398ad4 |
comparison
equal
deleted
inserted
replaced
9:5a0a049d11aa | 10:db0c2baf176f |
---|---|
11 <regex match="Error:" /> | 11 <regex match="Error:" /> |
12 <regex match="Exception:" /> | 12 <regex match="Exception:" /> |
13 </stdio> | 13 </stdio> |
14 <command> | 14 <command> |
15 <![CDATA[ | 15 <![CDATA[ |
16 #import os | |
16 AssemblyPostProcesser | 17 AssemblyPostProcesser |
17 --transcripts '$input' | 18 --transcripts '$input' |
18 --prediction_method $prediction_method_cond.prediction_method | 19 --prediction_method $prediction_method_cond.prediction_method |
19 #if str($prediction_method_cond.prediction_method) == 'estscan': | 20 #if str($prediction_method_cond.prediction_method) == 'estscan': |
20 --score_matrices '$score_matrices' | 21 --score_matrices '$score_matrices' |
21 #end if | 22 #end if |
22 #if str($options_type.options_type_selector) == 'advanced': | 23 #if str($options_type.options_type_selector) == 'advanced': |
23 #if str($options_type.target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes': | 24 #if str($options_type.target_gene_family_assembly_cond.target_gene_family_assembly) == 'yes': |
25 #set scaffold_path = '$options_type.target_gene_family_assembly_cond.scaffold.path' | |
26 #set scaffold_dir = os.path.split($scaffold_path)[0] | |
27 #set scaffold = os.path.split($scaffold_path)[1] | |
24 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups' | 28 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups' |
25 --scaffold_dir '$options_type.target_gene_family_assembly_cond.scaffold.path' | 29 --scaffold_dir $scaffold_dir |
26 --scaffold '$options_type.target_gene_family_assembly_cond.scaffold' | 30 --scaffold $scaffold |
27 --method '$options_type.target_gene_family_assembly_cond.method' | 31 --method '$options_type.target_gene_family_assembly_cond.method' |
28 #end if | 32 #end if |
29 --gap_trimming $options_type.gap_trimming | 33 --gap_trimming $options_type.gap_trimming |
30 #if str($options_type.strand_specific) == 'yes': | 34 #if str($options_type.strand_specific) == 'yes': |
31 --strand_specific | 35 --strand_specific |
65 <when value="no" /> | 69 <when value="no" /> |
66 <when value="yes"> | 70 <when value="yes"> |
67 <param name="orthogroups" format="tabular" type="data" label="List of orthogroup identifiers for target gene families to assemble"/> | 71 <param name="orthogroups" format="tabular" type="data" label="List of orthogroup identifiers for target gene families to assemble"/> |
68 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold"> | 72 <param name="scaffold" type="select" label="Orthogroups or gene families proteins scaffold"> |
69 <options from_data_table="plant_tribes_scaffolds" /> | 73 <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 to install and populate the PlantTribes scaffolds data table."/> | 74 <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> | 75 </param> |
72 <param name="method" type="select" label="Protein clustering method"> | 76 <param name="method" type="select" label="Protein clustering method"> |
73 <option value="gfam" selected="true">GFam</option> | 77 <option value="gfam" selected="true">GFam</option> |
74 <option value="orthofinder">OrthoFinder</option> | 78 <option value="orthofinder">OrthoFinder</option> |
75 <option value="orthomcl">OrthoMCL</option> | 79 <option value="orthomcl">OrthoMCL</option> |
147 <citation type="bibtex"> | 151 <citation type="bibtex"> |
148 @unpublished{None, | 152 @unpublished{None, |
149 author = {Eric Wafula}, | 153 author = {Eric Wafula}, |
150 title = {None}, | 154 title = {None}, |
151 year = {None}, | 155 year = {None}, |
152 url = {https://github.com/dePamphilis/PlantTribes} | 156 url = {https://github.com/dePamphilis/PlantTribes} |
153 }</citation> | 157 }</citation> |
154 <citation type="bibtex"> | 158 <citation type="bibtex"> |
155 @published{Proc Int Conf Intell Syst Mol Biol, | 159 @published{Proc Int Conf Intell Syst Mol Biol, |
156 author = {Iseli C, Jongeneel CV, Bucher P.}, | 160 author = {Iseli C, Jongeneel CV, Bucher P.}, |
157 title = {ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences.}, | 161 title = {ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences.}, |
158 year = {1999}, | 162 year = {1999}, |
159 url = {http://estscan.sourceforge.net/} | 163 url = {http://estscan.sourceforge.net/} |
160 }</citation> | 164 }</citation> |
161 <citation type="doi">10.1038/nprot.2013.084</citation> | 165 <citation type="doi">10.1038/nprot.2013.084</citation> |
162 <citation type="doi">10.1109/tcbb.2013.68</citation> | 166 <citation type="doi">10.1109/tcbb.2013.68</citation> |
163 </citations> | 167 </citations> |
164 </tool> | 168 </tool> |