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}
|
13
|
18 #if str($search.acclist) != "global":
|
|
19 -g ${search.acclist}
|
|
20 #end if
|
8
|
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 </options>
|
|
33 </param>
|
|
34 </section>
|
|
35 <section name="search" title="Search Parameters" expanded="true">
|
13
|
36 <param name="acclist" type="select" label="Choose taxon">
|
|
37 <options from_file="glassgo_accession_list.txt">
|
|
38 <column name="name" index="0"/>
|
|
39 <column name="value" index="1"/>
|
|
40 </options>
|
|
41 </param>
|
8
|
42 <conditional name="cond_param_setup">
|
|
43 <param name="param_setup" type="select" display="radio" label="Parameter Setup">
|
|
44 <option value="automatic">automatic</option>
|
|
45 <option value="manual">manual</option>
|
|
46 </param>
|
|
47 <when value="manual">
|
|
48 <param name="evalue" type="float" value="1.0" label="Maximum allowed E-Value" />
|
|
49 <param name="identity" type="integer" value="52" label="Minimum allowed identity [%]" />
|
|
50 <conditional name="cond_clust_setup">
|
|
51 <param name="clust_setup" type="select" display="radio" label="Structure-based clustering">
|
|
52 <option value="off">off</option>
|
|
53 <option value="on">on</option>
|
|
54 </param>
|
|
55 <when value="on">
|
|
56 <section name="clustering" title="Structure-based Clustering" expanded="true">
|
|
57 <conditional name="conditional_filtering_setup">
|
|
58 <param name="filtering_setup" type="select" display="radio" label="Structure-based filtering">
|
|
59 <option value="automatic">automatic</option>
|
|
60 <option value="manual">manual</option>
|
|
61 </param>
|
|
62 <when value="manual">
|
|
63 <param name="filtering" type="integer" value="2" label="manual value for filtering" />
|
|
64 </when>
|
|
65 </conditional>
|
|
66 </section>
|
|
67 </when>
|
|
68 </conditional>
|
|
69 </when>
|
|
70 </conditional>
|
|
71 </section>
|
|
72 <section name="additional_setting" title="Additional Settings" expanded="true">
|
|
73 <param name="upstream_region" type="integer" value="0" label="Include upstream region">
|
|
74 <validator type="in_range" min="0" message="Value must be positive" />
|
|
75 </param>
|
|
76 </section>
|
|
77 </inputs>
|
|
78 <outputs>
|
|
79 <data name="output" format_source="input" />
|
|
80 </outputs>
|
|
81 <tests>
|
|
82 <test>
|
|
83 <param name="input" value="NsiR4_Synechocystis_sp_PCC6803.fa" />
|
|
84 <param name="taxon_setup" value="global" />
|
|
85 <param name="param_setup" value="automatic" />
|
|
86 <param name="upstream_region" value="0" />
|
|
87 <output name="output" file="glassgo_NsiR4_Synechocystis_sp_PCC6803.fa" />
|
|
88 </test>
|
|
89 </tests>
|
|
90 <help>
|
|
91 <![CDATA[
|
|
92 **Introduction**
|
|
93
|
|
94 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.
|
|
95
|
|
96
|
|
97 **Input**
|
|
98
|
|
99 - **Query sRNA in FASTA**
|
|
100 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
|
|
101 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.
|
|
102
|
|
103 .. class:: warningmark
|
|
104
|
|
105 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'.
|
|
106
|
|
107 - **NCBI Nucloetide database**
|
|
108 The (latest) NCBI Nucleotide database.
|
|
109
|
|
110 **Search Parameters**
|
|
111
|
|
112 - **Taxon selection**
|
|
113 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
|
114 be limited to.
|
8
|
115
|
13
|
116
|
|
117
|
8
|
118 - **Parameter Setup**
|
|
119 You can run GLASSgo either in automated mode or you can manually set the advanced parameters.
|
|
120
|
|
121 - **Maximum allowed E-value**
|
|
122 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.
|
|
123
|
|
124 .. class:: warningmark
|
|
125
|
|
126 The parameter constraints are: Input value has to be parsable as a Double. The value must be smaller than or equal to 50.
|
|
127
|
|
128 - **Minimum allowed identity[%]**
|
|
129 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
|
|
130 analysis. Please note, that values lower than 65% increase the total number of hits, but also slightly increase the probability for false positives.
|
|
131
|
|
132 .. class:: warningmark
|
|
133
|
|
134 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.
|
|
135
|
|
136 - **Structure-based clustering**
|
|
137 Defines whether or not structural clustering (via Londen) is to be applied.
|
|
138
|
|
139 .. class:: warningmark
|
|
140
|
|
141
|
|
142 **Structure-based clustering**
|
|
143
|
|
144 - **Structure-based filtering**
|
|
145 Structure-based filtering can either be done automatically or you can set manually an according structure-based filtering value (see according parameter).
|
|
146
|
|
147 - **Manual value for filtering**
|
|
148 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).
|
|
149 Lowering the parameter value will result in a more strict analysis (less false positives) and vice versa.
|
|
150
|
|
151 .. class:: warningmark
|
|
152
|
|
153 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.
|
|
154
|
|
155 **Additional Settings**
|
|
156
|
|
157 - **Include upstream region**
|
|
158 Setting the parameter 'Upstream Region' to 100 extracts 100 nucleotides upstream for each predicted GLASSgo hit. This additionally sequence information is directly
|
|
159 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
|
|
160 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
|
|
161 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
|
|
162 section. (0 == no consideration).
|
|
163
|
|
164
|
|
165 **Output Description**
|
|
166
|
|
167 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.
|
|
168
|
|
169 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).
|
|
170
|
|
171 >CP013051.1:1422247-1422417 Sinorhizobium americanum CCGM7, complete genome-p.c.VAL:80.75%-taxID:1408224
|
|
172 AAAGGAAGTGAGACTTCCACGATCGATCGGTTACCCCATGATGCTCAGGTCCGCCGCATCTCCTGGGTCGTGGGGTCGGTCGGCTGGCTTCCGACATCCGCGGATTCCTCGTGCCGCAGTCGGAGCCAGCCGACCCCCTTTCAAAACGCCGCTTCAAAAGAGGCGGCGTTT
|
|
173
|
|
174 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).
|
|
175
|
|
176 >CP013051.1:1422147-1422417 Sinorhizobium americanum CCGM7, complete genome-UPSTREAM-REGION-100nt:1422147-1422246-p.c.VAL:80.75%-taxID:1408224
|
|
177 ATTTGTCCGAATACGAGACAGAATTAACCAAACGCCGAGCAACCCGCTTCGGCGATTAAGAATTCGTTGATTTTTTTTTATTTTCAAGCAATGCTGATATAAAGGAAGTGAGACTTCCACGATCGATCGGTTACCCCATGATGCTCAGGTCCGCCGCATCTCCTGGGTCGTGGGGTCGGTCGGCTGGCTTCCGACATCCGCGGATTCCTCGTGCCGCAGTCGGAGCCAGCCGACCCCCTTTCAAAACGCCGCTTCAAAAGAGGCGGCGTTT
|
|
178
|
|
179 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.
|
|
180
|
|
181 ]]>
|
|
182 </help>
|
|
183 <citations>
|
|
184 <citation type="bibtex">
|
|
185 @article{10.3389/fgene.2018.00124,
|
|
186 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},
|
|
187 title={GLASSgo – Automated and Reliable Detection of sRNA Homologs From a Single Input Sequence},
|
|
188 journal={Frontiers in Genetics},
|
|
189 volume={9},
|
|
190 pages={124},
|
|
191 year={2018},
|
|
192 url={https://www.frontiersin.org/article/10.3389/fgene.2018.00124},
|
|
193 doi={10.3389/fgene.2018.00124}
|
|
194 }
|
|
195 </citation>
|
|
196 <citation type="bibtex">
|
|
197 @article{Raden-2018-websrv,
|
|
198 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,
|
|
199 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,
|
|
200 Alexander and Miladi, Milad and Richter, Andreas S and Will, Sebastian and Wolff, Joachim and Wright, Patrick R and Backofen, Rolf},
|
|
201 title = {{Freiburg} {RNA} {tools}: a central online resource for {RNA}-focused research and teaching},
|
|
202 journal = {Nucleic Acids Research},
|
|
203 volume = {46},
|
|
204 number = {W1},
|
|
205 pages = {W25-W29},
|
|
206 year = {2018},
|
|
207 doi = {10.1093/nar/gky329}
|
|
208 }
|
|
209 </citation>
|
|
210 </citations>
|
|
211
|
|
212
|
|
213 </tool>
|