Next version of JABA
[jabaws.git] / website / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
5 <title>Java Bioinformatics Analyses Web Services (JABAWS) main page</title>\r
6 <link href="ws.css" rel="stylesheet" type="text/css" media="screen,  projection, handheld, tv" />\r
7 <link rel="stylesheet" type="text/css" media="print" href="print.css"/>\r
8 \r
9 <script type="text/javascript" src="prototype-1.6.0.3.js"></script>\r
10 </head>\r
11 <body>\r
12 <div id="page">\r
13 <div id="banner">\r
14         <h2><span class="headeru">JA</span>va <span class="headeru">B</span>ioinformatics <span class="headeru">A</span>nalyses <span class="headeru">W</span>eb <span class="headeru">S</span>ervices</h2>\r
15 </div><!-- banner end-->\r
16 <div id="wrapper">\r
17 <div id="panel">\r
18         <a class="selected" href="index.html">Home</a>\r
19         <a href="manual.html">Manual</a>\r
20         <a href="howto.html">How To</a>\r
21         <a href="download.html">Download</a>\r
22         <a href="http://www.jalview.org">Jalview</a>\r
23 </div>\r
24 <!-- panel end-->\r
25 <div id="content">\r
26 \r
27 <h4>What is JABAWS?</h4>\r
28 <p><span class="u">JA</span>va <span class="u">B</span>ioinformatics <span class="u">A</span>nalysis <span class="u">W</span>eb <span class="u">S</span>ervices (JABAWS) is a collection of <a href="http://www.w3schools.com/SOAP/soap_intro.asp">SOAP</a> web services for bioinformatics. Web services make it easy to access well-known tools from anywhere anytime. SOAP Web Services are designed for use by other programmes, rather than people. Current version of JABA web services integrates with <a href="http://www.jalview.org">Jalview</a> and provides five web services for multiple sequence alignment. They are: </p>\r
29 <ul>\r
30   <li><a href="http://www.clustal.org/">ClustalW</a></li>\r
31   <li><a href="http://align.bmr.kyushu-u.ac.jp/mafft/software/">Mafft</a></li>\r
32   <li><a href="http://www.drive5.com/muscle">Muscle</a></li>\r
33   <li><a href="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html">Tcoffee</a></li>\r
34   <li><a href="http://probcons.stanford.edu/">Probcons</a></li>\r
35 </ul>\r
36 <h4>Why JABAWS?</h4>\r
37 <p> JABA Web Services have a number of distinct features not found elsewhere. \r
38 <p>In particular JABAWS\r
39 <ol>\r
40   <li>gives uniform remote access for a number of command line tools <span class="box">    This allows you to access a number of programmes anywhere anytime. All multiple sequence alignment services comply with a single interface, simplifying command invocation. Most of the command line programmes' options are supported, so you have the same level of control as with the command line. </span></li>\r
41   <li>enables Jalview to perform variety of analysis (more to come in the future) on the alignments <span class="box">It is very easy to connect the different instances of JABAWS. So if one is off line, another one will do the job for you. If you use it in your software it is only the matter of a server name change, no other magic is required. </span> </li>\r
42   <li>can be easily deployed on a large variety of platforms and  run on a single server or on the cluster. <span class="box"><a href="howto.html#clustsubsys">JABAWS integrates with a large number of cluster job management  systems.</a>This eliminates the scalability issues and let you focus on your research, JABAWS will take care of the task management. </span></li>\r
43   <li> services are <a href="http://www.ws-i.org/">WS-I basic profile</a> v. 1.1 compatible<span class="box">This means that programmes or other web services written in almost any programming languages should have no difficulties using JABA web services.</span></li>\r
44   </ol>\r
45 <p>Below are the examples of things that you can do with JABAWS</p>\r
46 <ul>\r
47   <li>\r
48     <p><strong>Unhappy with the defaults settings? </strong><br /> \r
49       Want to use PAM200 substitution matrix, set the number of iterations, or sequence clustering method? No problems, JABAWS can do that. Any additional parameters or combinations of where of can be defined. You are no longer limited to defaults!</p>\r
50   </li>\r
51   <li>\r
52     <p><strong>JABAWS in Dundee is not available? </strong>No problem, choose a different service provider and off you go. We hope that other major service providers like EBI will soon be housing JABAWS. </p>\r
53   </li>\r
54   <li>\r
55     <p><strong>Worried about sending your data to the internet?</strong> Install JABAWS in your lab. Point your Jalview client to the services in your lab, and no data will leave you lab any longer.</p>\r
56   </li>\r
57   <li>\r
58     <p><strong>Want to install JABAWS but are not sure what is required?  </strong>JABA Web Services will work happily on a single server as well as on the cluster. For large number of request of cause it is better to use a cluster. Little configuration is involved. </p>\r
59   </li>\r
60   </ul>\r
61 <h3> Public JABAWS Server</a></h3>\r
62   <table>\r
63     <tbody>\r
64       <tr>\r
65         <th> Feature </th>\r
66         <th> Description </th>\r
67       </tr>\r
68       <tr>\r
69         <td><acronym title="Uniform Resource Locator">URL</acronym> </td>\r
70         <td><a href="http://www.compbio.dundee.ac.uk/jaba" title="http://www.compbio.dundee.ac.uk/jaba" rel="nofollow">http://www.compbio.dundee.ac.uk/jaba</a> </td>\r
71       </tr>\r
72       <tr>\r
73         <td> Execution limits </td>\r
74         <td> Local execution limit is 40 sequnces   with no more than 500 letters average length. Larger tasks are send to   the cluster. Tasks exceeding 1000&times;1000 (sequences per letters) will not   be accepted for alignment. If you would like to work with bigger alignments consider installing JABAWS in your lab. </td>\r
75       </tr>\r
76       <tr>\r
77         <td> Web Services Description </td>\r
78         <td><a href="http://www.compbio.dundee.ac.uk/jaba/ClustalWS?" title="http://www.compbio.dundee.ac.uk/jaba/ClustalWS?" rel="nofollow">WSDL List</a> </td>\r
79       </tr>\r
80     </tbody>\r
81   </table>\r
82 \r
83 <h4>Authors</h4>\r
84 <p>Conceptually, Java Bioinformatics Analysis Web Services are the successor of the Jalview Web Services. At the code level, however, JABA Web Services do not contain any code from Jalview Web Services because of the complete change of technologies in time of coding. Jim Procter and Geoff Barton are the authors of Jalview Web Services. Peter Troshin and Geoff Barton are the authors of the JABA Web Services. Jim Procter has contributed to JABAWS development by making useful suggestions, integrating JABAWS with Jalview, and correcting some of its configuration files.</p>\r
85 </div><!-- content end--> \r
86 <div id="copyright">Last update: 9 July 2010<br/>\r
87 Peter Troshin and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
88 </div><!-- wrapper end-->\r
89 </div> <!-- page end-->\r
90 \r
91 </body>\r
92 </html>\r
93 \r