8
|
1 <tool id="glassgo" name="GLASSgo" version="@VERSION@">
|
|
2 <description>sRNA homolog finder</description>
|
|
3 <macros>
|
|
4 <import>glassgo_macros.xml</import>
|
|
5 </macros>
|
|
6 <expand macro="requirements"/>
|
|
7 <command detect_errors="aggressive">
|
|
8 <![CDATA[
|
|
9 GLASSgo.py
|
|
10 -t \${GALAXY_SLOTS:-Z}
|
|
11 -i ${input_data.input}
|
|
12 -d ${input_data.database}
|
|
13 #if str($search.cond_param_setup.param_setup) == "manual":
|
|
14 -e ${search.cond_param_setup.evalue}
|
|
15 -p ${search.cond_param_setup.identity}
|
|
16 #end if
|
|
17 -u ${additional_setting.upstream_region}
|
|
18 #if str($search.cond_taxon_setup.taxon_setup) == "acclist":
|
|
19 -g ${search.cond_taxon_setup.acclist}
|
|
20 #end if
|
|
21 -n 500
|
|
22 -o $output
|
|
23 ]]>
|
|
24 </command>
|
|
25 <inputs>
|
|
26 <section name="input_data" title="Input" expanded="true">
|
|
27 <param name="input" type="data" format="fasta" label="Query sRNA in FASTA" />
|
|
28 <param name="database" type="select" display="radio" label="NCBI-nt database">
|
|
29 <options from_file="blastdb.loc">
|
|
30 <column name="name" index="1"/>
|
|
31 <column name="value" index="2"/>
|
|
32 <filter type="regexp" value="nt_.*" column="0" />
|
|
33 </options>
|
|
34 </param>
|
|
35 </section>
|
|
36 <section name="search" title="Search Parameters" expanded="true">
|
|
37 <conditional name="cond_taxon_setup">
|
|
38 <param name="taxon_setup" type="select" label="Taxon Selection">
|
|
39 <option value="global">global search</option>
|
|
40 <option value="acc">accession list from user history</option>
|
|
41 </param>
|
|
42 <when value="acc">
|
|
43 <param name="acclist" type="data" format="txt" label="Accession List" />
|
|
44 </when>
|
|
45 </conditional>
|
|
46 <conditional name="cond_param_setup">
|
|
47 <param name="param_setup" type="select" display="radio" label="Parameter Setup">
|
|
48 <option value="automatic">automatic</option>
|
|
49 <option value="manual">manual</option>
|
|
50 </param>
|
|
51 <when value="manual">
|
|
52 <param name="evalue" type="float" value="1.0" label="Maximum allowed E-Value" />
|
|
53 <param name="identity" type="integer" value="52" label="Minimum allowed identity [%]" />
|
|
54 <conditional name="cond_clust_setup">
|
|
55 <param name="clust_setup" type="select" display="radio" label="Structure-based clustering">
|
|
56 <option value="off">off</option>
|
|
57 <option value="on">on</option>
|
|
58 </param>
|
|
59 <when value="on">
|
|
60 <section name="clustering" title="Structure-based Clustering" expanded="true">
|
|
61 <conditional name="conditional_filtering_setup">
|
|
62 <param name="filtering_setup" type="select" display="radio" label="Structure-based filtering">
|
|
63 <option value="automatic">automatic</option>
|
|
64 <option value="manual">manual</option>
|
|
65 </param>
|
|
66 <when value="manual">
|
|
67 <param name="filtering" type="integer" value="2" label="manual value for filtering" />
|
|
68 </when>
|
|
69 </conditional>
|
|
70 </section>
|
|
71 </when>
|
|
72 </conditional>
|
|
73 </when>
|
|
74 </conditional>
|
|
75 </section>
|
|
76 <section name="additional_setting" title="Additional Settings" expanded="true">
|
|
77 <param name="upstream_region" type="integer" value="0" label="Include upstream region">
|
|
78 <validator type="in_range" min="0" message="Value must be positive" />
|
|
79 </param>
|
|
80 </section>
|
|
81 </inputs>
|
|
82 <outputs>
|
|
83 <data name="output" format_source="input" />
|
|
84 </outputs>
|
|
85 <tests>
|
|
86 <test>
|
|
87 <param name="input" value="NsiR4_Synechocystis_sp_PCC6803.fa" />
|
|
88 <param name="taxon_setup" value="global" />
|
|
89 <param name="param_setup" value="automatic" />
|
|
90 <param name="upstream_region" value="0" />
|
|
91 <output name="output" file="glassgo_NsiR4_Synechocystis_sp_PCC6803.fa" />
|
|
92 </test>
|
|
93 </tests>
|
|
94 <help>
|
|
95 <![CDATA[
|
|
96 **Introduction**
|
|
97
|
|
98 GLASSgo (GLobal Automated sRNA Search go) combines iterative BLAST searches, pairwise identity filtering, and structure based clustering in an automated prediction pipeline to find sRNA homologs from scratch. The web server provides predefined parameter sets for a non-expert usage as well as enables a manual setup of the query parameters. The returned GLASSgo result is in FASTA format, whereby the first entry represents the input sequence.
|
|
99
|
|
100
|
|
101 **Input**
|
|
102
|
|
103 - **Query sRNA in FASTA**
|
|
104 The (single) sRNA sequence has to be provided in FASTA format. Input can be given either as direct text input or by uploading a file. A sequence in FASTA format begins with a single-line sequence
|
|
105 identifier that starts with a greater-than (">") symbol, followed by lines of sequence data. For readability, it is recommended that each line is at most 80 characters in length.
|
|
106
|
|
107 .. class:: warningmark
|
|
108
|
|
109 The parameter constraints are: The input has to be in valid FASTA format. The number of sequences has to be at least 1 and at most 1. Sequence lengths have to be in the range 20-800. The allowed sequence alphabet is 'ACGUTacgut'.
|
|
110
|
|
111 - **NCBI Nucloetide database**
|
|
112 The (latest) NCBI Nucleotide database.
|
|
113
|
|
114 **Search Parameters**
|
|
115
|
|
116 - **Taxon selection**
|
|
117 The GLASSgo search is by default based on the complete NCBI Nucleotide database. In general, sRNAs show a limited distribution among the phylogenetic tree, such that a targeted search in a specfic taxonomic group is likely to perform better. For that, we provide accession lists for the taxonomic groups the search should
|
9
|
118 be limited to.
|
8
|
119
|
|
120 - **Parameter Setup**
|
|
121 You can run GLASSgo either in automated mode or you can manually set the advanced parameters.
|
|
122
|
|
123 - **Maximum allowed E-value**
|
|
124 The E-value mainly influences the sensitivity of GLASSgo. A relaxed E-value (>1.0) increases the chance to get more sequences, but also increases computation time.
|
|
125
|
|
126 .. class:: warningmark
|
|
127
|
|
128 The parameter constraints are: Input value has to be parsable as a Double. The value must be smaller than or equal to 50.
|
|
129
|
|
130 - **Minimum allowed identity[%]**
|
|
131 Each sRNA candidate is compared to the query sRNA on sequence level and should have a percent identity larger than the value of this parameter to be kept for further
|
|
132 analysis. Please note, that values lower than 65% increase the total number of hits, but also slightly increase the probability for false positives.
|
|
133
|
|
134 .. class:: warningmark
|
|
135
|
|
136 The parameter constraints are: Input value has to be parsable as a Double. The value must be greater than or equal to 10 and must be smaller than or equal to 75.
|
|
137
|
|
138 - **Structure-based clustering**
|
|
139 Defines whether or not structural clustering (via Londen) is to be applied.
|
|
140
|
|
141 .. class:: warningmark
|
|
142
|
|
143
|
|
144 **Structure-based clustering**
|
|
145
|
|
146 - **Structure-based filtering**
|
|
147 Structure-based filtering can either be done automatically or you can set manually an according structure-based filtering value (see according parameter).
|
|
148
|
|
149 - **Manual value for filtering**
|
|
150 The structure-based filtering represents the third filtering step of GLASSgo and is applied to the candidate hits with medium percent identity (80% > %ID > min_identity).
|
|
151 Lowering the parameter value will result in a more strict analysis (less false positives) and vice versa.
|
|
152
|
|
153 .. class:: warningmark
|
|
154
|
|
155 The parameter constraints are: Input value has to be parsable as a Double. The value must be greater than or equal to 0 and must be smaller than or equal to 3.
|
|
156
|
|
157 **Additional Settings**
|
|
158
|
|
159 - **Include upstream region**
|
|
160 Setting the parameter 'Upstream Region' to 100 extracts 100 nucleotides upstream for each predicted GLASSgo hit. This additionally sequence information is directly
|
|
161 concatenated with the corresponding GLASSgo hit and therefore an integral part of the returned GLASSgo results. Note: The upstream region is not considered while the
|
|
162 similarity value [%] is computed! In addition, the FASTA header (e.g. start position) for each GLASSgo hit will be updated (if upstream region is activated), whereas
|
|
163 the upstream region is additionally mentioned like -UTR-REGION-100nt:1002422-1002521-. You can find further information about the GLASSgo results in the output help
|
|
164 section. (0 == no consideration).
|
|
165
|
|
166
|
|
167 **Output Description**
|
|
168
|
|
169 The output of GLASSgo is a file in multi-FASTA format where the input sequence (query) is followed by the identified homologs. If no homologs could be found, only the input sequence is shown. In the following the output format will be discussed using two examples. Both examples show a partial result of GLASSgo applying EcpR1. In the first example,the upstream region was turned off while the value for the upstream region was set to 100 nt for the second. For this very reason, the headers as well as the sequence sizes are unequal.
|
|
170
|
|
171 The following header shows the Accession number of the respective genome followed by the genomic coordinates of the proposed sRNA homolog (no upstream region included).
|
|
172
|
|
173 >CP013051.1:1422247-1422417 Sinorhizobium americanum CCGM7, complete genome-p.c.VAL:80.75%-taxID:1408224
|
|
174 AAAGGAAGTGAGACTTCCACGATCGATCGGTTACCCCATGATGCTCAGGTCCGCCGCATCTCCTGGGTCGTGGGGTCGGTCGGCTGGCTTCCGACATCCGCGGATTCCTCGTGCCGCAGTCGGAGCCAGCCGACCCCCTTTCAAAACGCCGCTTCAAAAGAGGCGGCGTTT
|
|
175
|
|
176 In contrast, the next header shows the genomic coordinates of the combined upstream region (100nt) and the proposed sRNA. The exact coordinates of the upstream region are given later in the header (UPSTREAM-REGION-100nt:1422147-1422246).
|
|
177
|
|
178 >CP013051.1:1422147-1422417 Sinorhizobium americanum CCGM7, complete genome-UPSTREAM-REGION-100nt:1422147-1422246-p.c.VAL:80.75%-taxID:1408224
|
|
179 ATTTGTCCGAATACGAGACAGAATTAACCAAACGCCGAGCAACCCGCTTCGGCGATTAAGAATTCGTTGATTTTTTTTTATTTTCAAGCAATGCTGATATAAAGGAAGTGAGACTTCCACGATCGATCGGTTACCCCATGATGCTCAGGTCCGCCGCATCTCCTGGGTCGTGGGGTCGGTCGGCTGGCTTCCGACATCCGCGGATTCCTCGTGCCGCAGTCGGAGCCAGCCGACCCCCTTTCAAAACGCCGCTTCAAAAGAGGCGGCGTTT
|
|
180
|
|
181 Both examples contain the name of the genome entry and a pairwise similarity value of p.c.Val:80.75% (query vs. GLASSgo hit ) as well as their corresponding taxonomic number taxID:1408224.
|
|
182
|
|
183 ]]>
|
|
184 </help>
|
|
185 <citations>
|
|
186 <citation type="bibtex">
|
|
187 @article{10.3389/fgene.2018.00124,
|
|
188 author={Lott, Steffen C. and Schäfer, Richard A. and Mann, Martin and Backofen, Rolf and Hess, Wolfgang R. and Voß, Björn and Georg, Jens},
|
|
189 title={GLASSgo – Automated and Reliable Detection of sRNA Homologs From a Single Input Sequence},
|
|
190 journal={Frontiers in Genetics},
|
|
191 volume={9},
|
|
192 pages={124},
|
|
193 year={2018},
|
|
194 url={https://www.frontiersin.org/article/10.3389/fgene.2018.00124},
|
|
195 doi={10.3389/fgene.2018.00124}
|
|
196 }
|
|
197 </citation>
|
|
198 <citation type="bibtex">
|
|
199 @article{Raden-2018-websrv,
|
|
200 author = {Raden, Martin and Ali, Syed M and Alkhnbashi, Omer S and Busch, Anke and Costa, Fabrizio and Davis, Jason A and Eggenhofer, Florian and Gelhausen,
|
|
201 Rick and Georg, Jens and Heyne, Steffen and Hiller, Michael and Kundu, Kousik and Kleinkauf, Robert and Lott, Steffen C and Mohamed, Mostafa M and Mattheis,
|
|
202 Alexander and Miladi, Milad and Richter, Andreas S and Will, Sebastian and Wolff, Joachim and Wright, Patrick R and Backofen, Rolf},
|
|
203 title = {{Freiburg} {RNA} {tools}: a central online resource for {RNA}-focused research and teaching},
|
|
204 journal = {Nucleic Acids Research},
|
|
205 volume = {46},
|
|
206 number = {W1},
|
|
207 pages = {W25-W29},
|
|
208 year = {2018},
|
|
209 doi = {10.1093/nar/gky329}
|
|
210 }
|
|
211 </citation>
|
|
212 </citations>
|
|
213
|
|
214
|
|
215 </tool>
|