JAL-1432 updated copyright notices
[jalview.git] / help / html / webServices / msaclient.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
18  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <head>
21 <title>Multiple Sequence Alignment Web Service</title>
22 </head>
23 <body>
24 <strong>Multiple Sequence Alignment Web Services</strong>
25         <p>
26                 Multiple sequence alignment services are accessed from the <strong>Alignment</strong>
27                 submenu of the Alignment Window's <strong>Web Service</strong> menu.
28                 When an entry from one of these menus is selected, either the
29                 currently selected residues, or the whole sequence set (if there is no
30                 selection or only one sequence is selected) will be submitted for
31                 multiple sequence alignment.
32         </p>
33         <p>There are two kinds of multiple sequence alignment operations
34 available:
35 <ul>
36         <li><em>alignment</em> - where a new alignment is constructed from
37         the input</li>
38         <li><em>realignment</em> - where any aligned sequences will be
39         used by the service to construct a profile based alignment of the
40         remaining unaligned sequences.</li>
41 </ul>
42         <strong>JABAWS Alignment services</strong><br> Most alignment services are
43         provided by the
44         <a href="JABAWS.html">JABAWS framework</a>, which allows you to
45         customise the precise parameters used when running each alignment
46         prgoram. In addition to the 'Default settings', you may choose from a
47         range of alignment preset settings, or create your own using the
48         <a href="webServicesParams.html">'Edit Settings And Run ..' dialog
49                 box</a>.
50         </p>
51         <p><strong>Alignment programs supported by JABAWS</strong>. <br/>Versions shown are those bundled with JABAWS 2.01 - if you are using a different server, check its home page to find out which versions are provided.<ul>
52   <li><a href="http://www.clustal.org/">Clustal Omega and Clustal W</a> (version 2.0.12)</li>
53   <li><a href="http://align.bmr.kyushu-u.ac.jp/mafft/software/">Mafft</a> (version 6.8.57b)</li>
54   <li><a href="http://www.drive5.com/muscle">Muscle</a> (version 3.8.31) </li>
55   <li><a href="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html">Tcoffee</a> (version 8.99) </li>
56   <li><a href="http://probcons.stanford.edu/">Probcons</a> (version 1.12)</li>
57         </ul>
58 </p>
59
60 <p><strong>Multiple Alignments of Sequences with hidden
61 columns</strong><br>
62 Multiple alignment services are 'column separable' analysis operations.
63 If the input contains <a href="../features/hiddenRegions.html">hidden
64 columns</a> then each visible segment of the input sequence set will be
65 submitted for alignment separately, and the results concatenated (with
66 the hidden regions preserved) once all alignment functions have
67 completed. Each sub-job's state is reported in its own tab:
68 <p>
69 <center><strong>Multiple Multiple Sequence Alignment
70 sub jobs running at once</strong>
71 <center>
72 </p>
73 <center><img src="multimafftjbs.gif" align="centre"></center>
74 </p>
75 </body>
76 </html>