Mercurial > repos > greg > assembly_post_processor
comparison assembly_post_processor.xml @ 24:a39def7197cf draft
Uploaded
author | greg |
---|---|
date | Thu, 02 Mar 2017 10:03:51 -0500 |
parents | fa95f44f2e1a |
children | 9cf3696f75c5 |
comparison
equal
deleted
inserted
replaced
23:fa95f44f2e1a | 24:a39def7197cf |
---|---|
1 <tool id="plant_tribes_assembly_post_processor" name="Postprocess de novo assembly transcripts" version="0.4"> | 1 <tool id="plant_tribes_assembly_post_processor" name="Postprocess de novo assembly transcripts" version="0.4.0"> |
2 <description>into putative coding sequences</description> | 2 <description>into putative coding sequences</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.4">plant_tribes_assembly_post_processor</requirement> | 4 <requirement type="package" version="0.4">plant_tribes_assembly_post_processor</requirement> |
5 </requirements> | 5 </requirements> |
6 <stdio> | 6 <stdio> |
20 #if str($prediction_method_cond.prediction_method) == 'estscan': | 20 #if str($prediction_method_cond.prediction_method) == 'estscan': |
21 --score_matrices '$score_matrices' | 21 --score_matrices '$score_matrices' |
22 #end if | 22 #end if |
23 #if str($options_type.options_type_selector) == 'advanced': | 23 #if str($options_type.options_type_selector) == 'advanced': |
24 #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 --config_dir '$options_type.target_gene_family_assembly_cond.scaffold.fields.path' | |
25 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups' | 26 --gene_family_search '$options_type.target_gene_family_assembly_cond.orthogroups' |
26 --scaffold '$options_type.target_gene_family_assembly_cond.scaffold.fields.path' | 27 --scaffold '$options_type.target_gene_family_assembly_cond.scaffold.fields.path' |
27 --method '$options_type.target_gene_family_assembly_cond.method' | 28 --method '$options_type.target_gene_family_assembly_cond.method' |
28 #end if | 29 #end if |
29 --gap_trimming $options_type.gap_trimming | 30 --gap_trimming $options_type.gap_trimming |
142 * **Remove repeated sequences in predicted coding regions?** - Select yes to remove repeated sequences in predicted coding regions. | 143 * **Remove repeated sequences in predicted coding regions?** - Select yes to remove repeated sequences in predicted coding regions. |
143 * **Minimum sequence length of predicted coding regions** - Set the minimum sequence length of predicted coding regions. | 144 * **Minimum sequence length of predicted coding regions** - Set the minimum sequence length of predicted coding regions. |
144 | 145 |
145 </help> | 146 </help> |
146 <citations> | 147 <citations> |
147 <citation type="bibtex"> | 148 <citation type="bibtex"> |
148 @unpublished{None, | 149 @unpublished{None, |
149 author = {Eric Wafula}, | 150 author = {Eric Wafula}, |
150 title = {None}, | 151 title = {None}, |
151 year = {None}, | 152 year = {None}, |
152 url = {https://github.com/dePamphilis/PlantTribes} | 153 url = {https://github.com/dePamphilis/PlantTribes} |
153 }</citation> | 154 }</citation> |
154 <citation type="bibtex"> | 155 <citation type="bibtex"> |
155 @published{Proc Int Conf Intell Syst Mol Biol, | 156 @published{Proc Int Conf Intell Syst Mol Biol, |
156 author = {Iseli C, Jongeneel CV, Bucher P.}, | 157 author = {Iseli C, Jongeneel CV, Bucher P.}, |
157 title = {ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences.}, | 158 title = {ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences.}, |
158 year = {1999}, | 159 year = {1999}, |
159 url = {http://estscan.sourceforge.net/} | 160 url = {http://estscan.sourceforge.net/} |
160 }</citation> | 161 }</citation> |
161 <citation type="doi">10.1038/nprot.2013.084</citation> | 162 <citation type="doi">10.1038/nprot.2013.084</citation> |
162 <citation type="doi">10.1109/tcbb.2013.68</citation> | 163 <citation type="doi">10.1109/tcbb.2013.68</citation> |
164 <citation type="bibtex"> | |
165 @unpublished{None, | |
166 author = {None}, | |
167 title = {HMMER 3.1+ hmmscan search sequence(s) against a profile database}, | |
168 year = {2013}, | |
169 url = {http://hmmer.org/} | |
170 }</citation> | |
171 <citation type="bibtex"> | |
172 @published{Genome Research, | |
173 author = {Huang X, Madan A}, | |
174 title = {CAP3: A DNA sequence assembly program}, | |
175 year = {1999}, | |
176 url = {http://seq.cs.iastate.edu/cap3.html} | |
177 }</citation> | |
163 </citations> | 178 </citations> |
164 </tool> | 179 </tool> |