4965ffb6eba6ee0796456f8a9edab8791631a1bc
[jabaws.git] / website / man_about.html
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml">\r
4 \r
5 <head>\r
6 <meta name="Last-modified" content="Fri, 28 Jun 2013 12:00:00 GMT"/>\r
7 <title>Java Bioinformatics Analyses Web Services (JABAWS): Manual</title>\r
8 <link href="ws.css" rel="stylesheet" type="text/css" media="screen, projection, handheld, tv" />\r
9 <link href="print.css" rel="stylesheet" type="text/css" media="print" />\r
10 <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700' rel='stylesheet' type='text/css' />\r
11 <script type="text/javascript" src="prototype-1.6.0.3.js"></script>\r
12 </head>\r
13 \r
14 <body>\r
15 <div id="page">\r
16 \r
17 <div id="banner">\r
18 <table>\r
19   <tr>\r
20     <td style="width:158px;"><a href="http://www.dundee.ac.uk"><img src="images/uod_lt_long.gif" width="158" height="90" alt="University of Dundee" class="logo" title="University of Dundee" longdesc="http://www.dundee.ac.uk"/></a></td>\r
21     <td class="bg"><img src="images/jabaws21.png" width="256" height="67" alt="JABAWS-2.1" title="Java Bioinformatics Analysis Web Services version 2.1"/></td>\r
22     <td class="bg"><img src="images/banner_right.png" alt="Disorder" width="200" height="80"/></td>\r
23   </tr>\r
24 </table>\r
25 </div>\r
26 <!-- banner end-->\r
27 \r
28 \r
29 <div id="wrapper">\r
30 <div id="panel">\r
31         <div id="supermenu">\r
32         <a class="newa" href="index.html">Home</a> \r
33         <a class="newa" href="quick_start.html">Getting Started</a> \r
34         <a class="newpressed" href="man_about.html">Manual</a> \r
35         </div>\r
36         <div id="submenu">\r
37                 <a class="newpressed" href="man_about.html">About</a>\r
38                 <a class="newa" href="man_servervm.html" title="JABAWS Server as Virtual Appliance">Server VA</a>\r
39                 <a class="newa" href="man_awscloud.html" title="JABAWS Server in the Amazon EC2 Cloud">Server in the Cloud</a>\r
40                 <a class="newa" href="man_serverwar.html" title="JABAWS Server as Web Application aRchive">Server WAR</a>\r
41                 <a class="newa" href="man_configuration.html" >Configure JABAWS</a>\r
42                 <a class="newa" href="man_client.html" title="JABAWS Command Line Client">Command Client</a>\r
43                 <a class="newa" href="man_stats.html" title="JABAWS Usage Statistics">Usage Statistics</a>\r
44                 <a class="newa" href="man_dev.html" title="Accessing JABAWS from your program">Accessing JABAWS</a>\r
45                 <a class="newa" href="man_server_dev.html" >Develop JABAWS</a>\r
46         </div>\r
47 </div>\r
48 <!-- panel end-->\r
49 \r
50 \r
51 <div id="content">\r
52 <h2 id="headtitle">JABAWS MANUAL</h2>\r
53 <h2>About</h2>\r
54 \r
55 <ul>\r
56   <li><a href="#wisjaba">What is JABAWS?</a></li>\r
57   <li><a href="#wjaba">JABAWS Benefits</a></li>\r
58   <li><a href="#alprog">JABA Web Services Programs </a></li>\r
59   <li><a href="#jaba2.1">What is new in JABAWS 2.1?</a> </li>\r
60   <li><a href="#jabaclient">What is JABAWS Client</a>?</li>\r
61   <li><a href="#jalviewsup">JABAWS versions compatibility and Jalview support </a></li>\r
62   <li><a href="#cmdclient">Programmatic access to JABAWS</a></li>\r
63 </ul>\r
64 \r
65 \r
66 \r
67 <h3><a name="wisjaba" id="wisjaba"></a>What is JABAWS?</h3>\r
68 <p>\r
69   JABAWS stands for JAva Bioinformatics Analysis Web Services. As the name suggests, JABAWS is a \r
70   collection of web services for bioinformatics, and currently provides services that make it easy \r
71   to access well-known multiple sequence alignment and protein disorder prediction programs \r
72   (see <a href="#alprog">the list of currently supported programs</a>) from <a href="http://www.jalview.org">Jalview</a>.\r
73   Future versions of JABAWS will incorporate other tools.\r
74 </p>\r
75 <h4>Getting JABAWS</h4>\r
76 <p>\r
77   JABAWS consists of a server and a client, but unlike most bioinformatics web service systems, you can download and \r
78   run both parts on your own computer! If you want a server just for yourself, then download and install the JABAWS \r
79   Virtual Appliance. It requires no configuration and is simple to install. If you want to install JABAWS for your \r
80   lab or institution then download the JABAWS Web Application aRchive. It is slightly more complicated to configure \r
81   but is very straightforward too. Finally, if you want to script against any version of JABAWS or are interested \r
82   in writing your own client, the JABAWS command line client is what you need.\r
83 </p>\r
84 \r
85 \r
86 \r
87 <h3><a name="wjaba" id="wjaba"></a>JABAWS Benefits</h3>\r
88 <ul>\r
89   <li>Can be deployed on most operating systems, as a VMware or other compatible Virtual Appliance or a Tomcat Java Web Application.</li>\r
90   <li>Comes complete with sources and binaries for all the bioinformatics programs that it runs.</li>\r
91   <li>Can operate as a stand alone server or one that submits jobs to a cluster <em>via</em> <a href="http://www.drmaa.org/">DRMAA</a>.</li>\r
92   <li>Easy to access from <a href="http://www.jalview.org">Jalview</a> using its graphical client, or using the JABAWS command line client.</li>\r
93   <li>Clients can submit jobs to any JABAWS servers that they might want to access, such as the one running on your local computer, \r
94       your lab's server, or the publicly available services at the <a href="http://www.compbio.dundee.ac.uk/">University of Dundee</a>.</li>\r
95   <li>Local or intranet installation eliminates any security concerns you might have about sending sensitive data over the internet.</li>\r
96   <li>Wide range of configuration options to control size of jobs accepted by a server, and the command line options available for the program run by a service.</li>\r
97 </ul>\r
98 \r
99 \r
100 \r
101 <h3><a name="alprog" id="alprog"/>JABA Web Services Programs </h3>\r
102 <p> JABAWS currently provides access to the following programs:</p>\r
103 <p>Multiple Sequence Alignement </p>\r
104 <ul>\r
105         <li><a href="http://www.clustal.org/omega">Clustal Omega </a> (version 1.0.2)</li>\r
106         <li><a href="http://www.clustal.org/clustal2">ClustalW</a> (version 2.52)</li>\r
107         <li><a href="http://align.bmr.kyushu-u.ac.jp/mafft/software/">Mafft</a> (version 6.857)</li>\r
108         <li><a href="http://www.drive5.com/muscle">Muscle</a> (version 3.8.31) </li>\r
109         <li><a href="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html">Tcoffee</a> (version 8.99) </li>\r
110         <li><a href="http://probcons.stanford.edu/">Probcons</a> (version 1.12)</li>\r
111         <li><a href="http://msaprobs.sourceforge.net/">MSAProbs</a> (version 0.9.7)</li>\r
112         <li><a href="http://sourceforge.net/projects/glprobs/">GLProbs</a> (version 0.9.7)</li>\r
113 </ul>\r
114 <p>Protein Secondary structure prediction</p>\r
115 <ul>\r
116   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://www.compbio.dundee.ac.uk/www-jpred">Jpred</a></span> (3.0.3) </li>\r
117 </ul>\r
118 \r
119 <p>Protein disorder prediction</p>\r
120 <ul>\r
121   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://dis.embl.de/">DisEMBL</a></span> (1.5) </li>\r
122   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://iupred.enzim.hu">IUPred</a></span> (1.0) </li>\r
123   <li><span style="color:black; font-weight:normal; text-align:left;">Jronn - Java implementation of <a href="http://www.strubi.ox.ac.uk/RONN">Ronn</a></span> (3.1) </li>\r
124   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://globplot.embl.de/">GlobPlot</a></span> (2.3) </li>\r
125   </ul>\r
126 <p>Amino Acid conservation</p>\r
127 <ul>\r
128   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://www.compbio.dundee.ac.uk/aacon">AACon</a></span> (1.0) </li>\r
129 </ul>\r
130 <p>Secondary structure for an RNA aligment</p>\r
131 <ul>\r
132   <li><span style="color:black; font-weight:normal; text-align:left;">RNAalifold from <a href="http://www.tbi.univie.ac.at/RNA">ViennaRNA</a></span> (2.0) </li>\r
133 </ul>\r
134 \r
135 All these codes including Jronn and AAcon are available at the <a href="http://gjb-www-4.cluster.lifesci.dundee.ac.uk:8091/download">Download</a> \r
136 section (registration is required).\r
137 \r
138 \r
139 \r
140 <h3><a name="jaba2.1"/>What is new in JABAWS 2.1? </h3>\r
141 <strong>JABAWS Version 2.1 (Released 1st Oct 2013)</strong>\r
142 <p>Several new web services are available in this version of JABAWS:</p>\r
143 <ul>\r
144         <li>Two multiple sequence aligners (MSAprobs and GLprobs), both services return the standard Alignment object</li>\r
145         <li>RNAalifoldWS returns RNAStructScoreManager, which is the standard ScoreManager objects with several additional methods</li>\r
146         <li>\r
147                 JpredWS returns the JpredAligment object, which is the standard alignment with additional methods for extracting \r
148                 Jpred predictions. These predictions are supplied as additional sequences in the aligment\r
149         </li>\r
150 </ul>\r
151 \r
152 <p>Some bugs have been fixed and several improvements have been done:</p>\r
153 <ul>\r
154         <li>WS status servlet returns version and some additional information on each web service</li>\r
155         <li>a bug with path to help in the client</li>\r
156         <li>Fix two bug with the Google Analytics library: no-stop due to running thread</li>\r
157         <li>GoogleAnalytics gets proper JABAWS version</li>\r
158 </ul>\r
159 \r
160 \r
161 <strong>JABAWS Version 2.0.1 (Released 2nd Jul 2013)</strong><p>JABAWS 2.0.1 includes several bug fixes and minor updates for <a href="#jaba2">JABAWS Version 2.0</a>. These are listed below:</p>\r
162 <ul>\r
163   <li>Disembl returned swapped strings for HOTLOOPS and REM465</li>\r
164   <li>Jronn failed to process jobs with more than 3 sequences</li>\r
165   <li>JABAWS could not deal with FASTA records with '&gt;' symbols in the record identificator</li>\r
166   <li>Change of parameter description for AAcon: parameters have been replaced with options for calculation methods. This allows a user to get several AAcon's conservation scores \r
167       in one call</li>\r
168   <li>JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties</li>\r
169   <li>Default web security has been incompatible with Tomcat 7.0.31 and newer</li>\r
170   <li>Documentation has been updated</li>\r
171   </ul>\r
172   <a name="jaba2"/><strong>JABAWS Version 2 (Released 16th Dec 2011)</strong><p>Compared to JABAWS 1, JABAWS 2 offers a greater number and diversity of web services, Amazon EC2 integration and improved ease of use.</p><p>It contains:</p>\r
173 <ul><li>updates for all multiple sequence alignment services</li>\r
174   <li>four new protein disorder prediction services</li>\r
175   <li>Clustal Omega multiple sequence alignment web service</li>\r
176   <li>amino acid conservation service</li>\r
177   <li>web services execution statistics visualization </li>\r
178   <li>web services status check from a web page</li>\r
179   <li>VirtualBox support was dropped in favour of VMware</li>\r
180   <li>new WAR package for Mac users</li>\r
181   <li>Amazon Machine Image (AMI) distributive to enable users to use JABAWS on the EC2 cloud</li>\r
182   <li>Improved web services client API</li>\r
183   <li>Simplified WAR package installation</li>\r
184 </ul>\r
185 \r
186 \r
187 \r
188 <h3><a name="jabaclient" id="jabaclient"></a>What is JABAWS client?</h3>\r
189 <p>\r
190         A JABAWS client is a Java application that lets you run the programs for which a JABAWS server provides web \r
191         services. The most basic JABAWS client is a command line application this is able to call any of the JABAWS web \r
192         services on any instance of JABAWS Server available over the web. The basic client is useful if you would like \r
193         to test or execute the programs provided by theJABAWS server in your own scripts, but you do not want to handle \r
194         any web service specific details. The client is an open source software, so you can also use the source code to \r
195         as an example how to manipulate with JABAWS web services in your own code. \r
196         <a href="http://www.jalview.org/">Jalview</a>, a multiple sequence alignment and analysis application, is a good \r
197         example of a graphical JABAWS client. This client uses the same functionality as the command line client, but \r
198         instead allows JABAWS services to be accessed in a more user-friendly manner, through a graphical user interface.\r
199 </p>\r
200 \r
201 \r
202 \r
203 <h3><a name="jalviewsup"></a>JABAWS versions compatibility and Jalview support </h3>\r
204 <p>\r
205         JABAWS version 2.1 is fully backward compatible with JABAWS v1.0 and v2.0. This means all JABAWS 1.0 and 2.0 and \r
206         2.0.1 clients should also be able to use JABAWS 2.1 services. To access the analysis web services introduced in \r
207         JABAWS 2.0, however, clients that were designed for JABAWS v1.0 must be updated.\r
208 </p>\r
209 \r
210 \r
211 \r
212 <h3><a name="cmdclient" id="cmdclient"></a>Programmatic access to JABAWS </h3>\r
213 <p>\r
214   JABAWS web services are WS-I basic profile compliant, which means they can be accessed using any programming language \r
215   or system that can utilize standard SOAP web services. The WSDL for each service is published on the JABAWS home \r
216   page, and you can use this to automatically generate service bindings for your program. If you use Java \r
217   you may wish to use our <a href="http://gjb-www-4.cluster.lifesci.dundee.ac.uk:8091/jabaws-dev">client package</a> to access JABAWS. \r
218   This package is based on the autogenerated source code produced by <span class="hightlight">wsimport</span>, which \r
219   is the Java tool for creating web service bindings. In addition, this offers some additional methods that simplify \r
220   working with JABAWS. For more information please refer to the <a href="dm_javadoc/index.html">data model javadoc</a>.\r
221 </p>\r
222 </div><!-- content end-->\r
223 <div id="copyright">Last update: 30 April 2014<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
224 </div><!-- wrapper end-->\r
225 </div><!-- page end-->\r
226 \r
227 \r
228 <!-- Google analitics -->\r
229 <script type="text/javascript">\r
230 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");\r
231 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));\r
232 </script>\r
233 <script type="text/javascript">\r
234 try{\r
235 var pageTracker = _gat._getTracker("UA-5356328-1");\r
236 pageTracker._trackPageview();\r
237 } catch(err) {}\r
238 </script>\r
239 </body>\r
240 </html>\r