typos and indicate 'legacy' service documentation
authorjprocter <Jim Procter>
Thu, 23 Sep 2010 08:31:44 +0000 (08:31 +0000)
committerjprocter <Jim Procter>
Thu, 23 Sep 2010 08:31:44 +0000 (08:31 +0000)
help/helpTOC.xml
help/html/jalviewjnlp.html
help/html/webServices/JABAWS.html
help/html/webServices/clustalw.html
help/html/webServices/jnet.html
help/html/webServices/mafft.html
help/html/webServices/msaclient.html
help/html/webServices/muscle.html

index 95aa62a..d416dfa 100755 (executable)
 <toc version="1.0">
 <tocitem text="Jalview Documentation" target="home" expand="true" >
        <tocitem text="What's new" target="new" expand="true">
-      <tocitem text="Graduated Feature Colours" target="features.featureschemes"/>
-      <tocitem text="Sort by Features" target="seqfeatures.settings"/>
-      <tocitem text="Envision2 Service" target="webservice"/>
+      <tocitem text="Jaba Web Services" target="jabaws"/>
+      <tocitem text="Superpositions with Jmol 12" target="pdbjmol"/>
+      <tocitem text="Web Service Parameters" target="wsparams"/>
+      <tocitem text="Web Service Preferences" target="wsprefs"/>
       <tocitem text="Release History" target="release"/>
        </tocitem>
     <tocitem text="Editing Alignments" target ="edit"/>        
index 590401a..f821c23 100755 (executable)
@@ -22,7 +22,7 @@
 <body>
 <h1>Jalview local Jnlp File</h1>
 <pre>
-&lt;jnlp spec="1.0+" codebase="http://www.jalview.org/webstart/" href="http://www.jalview.org/webstart/jalview.jnlp"&gt;
+&lt;jnlp spec="1.0+" codebase="http://www.jalview.org/webstart/"&gt;
   &lt;information&gt;
     &lt;title&gt;Jalview&lt;/title&gt;
     &lt;vendor&gt;The Barton Group&lt;/vendor&gt;
@@ -59,7 +59,7 @@
                &lt;jar href="jhall.jar"/&gt;
                &lt;jar href="log4j-1.2.8.jar"/&gt;
                &lt;jar href="mail.jar"/&gt;
-               &jt;jar href="min-jaba-client.jar"/&gt;
+               &lt;jar href="min-jaba-client.jar"/&gt;
                &lt;jar href="regex.jar"/&gt;
                &lt;jar href="saaj.jar"/&gt;
                &lt;jar href="vamsas-client.jar"/&gt;
index 90de537..e54d5dd 100644 (file)
@@ -1,4 +1,4 @@
-<!--
+<html>
 <!--
  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
 -->
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
- * 
- * This file is part of Jalview.
- * 
- * Jalview is free software: you can redistribute it and/or
- * modify it under the terms of the GNU General Public License 
- * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- * 
- * Jalview is distributed in the hope that it will be useful, but 
- * WITHOUT ANY WARRANTY; without even the implied warranty 
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
- * PURPOSE.  See the GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
--->
-<html>
 <head>
 <title>The JABAWS system</title>
 </head>
@@ -46,7 +29,7 @@ service model, developed at the University of Dundee by Peter Troshin
 and Geoff Barton. This is an open source system that provides a
 framework for wrapping command line bioinformatics analysis programs
 that enables them to be executed locally or on a cluster using data and
-analysis parameters provided by a program linked with JABAWS directly or
+analysis parameters provided by a program linked with the JABA engine directly or
 accessing it remotely <em>via</em> its web services interface.</p>
 <p>The list of JABAWS servers known to the Jalview desktop is shown
 in the <a href="webServicesPrefs.html">Web Services Preferences
@@ -65,7 +48,7 @@ for more information.</p>
 <p><strong>Configuring your own JABAWS services for use by
 Jalview</strong><br>
 Once you have downloaded and installed JABAWS, and verified it is
-working, all that is needed is to add your new JABAWS server's URL to
+working, all that is needed is to add the URL for your JABAWS server(s) to
 the list in the <a href="webServicesPrefs.html">Web Services
 Preferences Panel</a>. After adding your service and saving your preferences
 or hitting the 'refresh web services' button, you should be able to
index 89032c0..120a186 100755 (executable)
@@ -41,5 +41,6 @@ on the selected region, if any, or the whole sequence set:</p>
     Submits the sequences with existing gaps to clustalW, which will preserve 
     existing gaps and re-align those regions which are not optimal. </li>
 </ul>
+<em>As of Jalview 2.6, alignment services accessed via the 'Alignment' submenu should be considered legacy Jalview SOAP services.</em>
 </body>
 </html>
index 237ca63..3537554 100755 (executable)
@@ -27,11 +27,10 @@ composition and similarity to sequences with known secondary structure.
 The JNet method uses several different neural networks and decides on
 the most likely prediction via a jury network. <br>
 <ul>
-       <li>
-       Cole C., Barber J.D. and Barton G.J. (2008) The Jpred 3 secondary structure prediction server
-       <em>Nucleic Acids Research</em> <strong>36</strong> W197-W201</li>
-       <li>
-       Cuff J. A and Barton G.J (1999) Application of enhanced
+       <li>Cole C., Barber J.D. and Barton G.J. (2008) The Jpred 3
+       secondary structure prediction server <em>Nucleic Acids Research</em> <strong>36</strong>
+       W197-W201</li>
+       <li>Cuff J. A and Barton G.J (1999) Application of enhanced
        multiple sequence alignment profiles to improve protein secondary
        structure prediction <em>Proteins</em> <strong>40</strong> 502-511</li>
 </ul>
@@ -108,5 +107,10 @@ The annotation bars below the alignment are as follows:
        invoked to rationalise significantly different primary predictions.</em></li>
 </ul>
 </p>
+<em>As of Jalview 2.6, the Jnet service accessed accessed via the
+'Secondary structure prediction' submenu should be considered a legacy
+Jalview SOAP service, and will be replaced in the near future by a
+JABAWS Jnet service.</em>
+
 </body>
 </html>
index 94a8ce6..d3dd142 100644 (file)
@@ -31,5 +31,6 @@ homologous regions in a fast-fourier transform representation of each
 sequence. The Jalview web service runs MAFFT using the
 '--auto' option which picks optimal parameters
 for the set of sequences to be aligned.</p>
+<em>As of Jalview 2.6, alignment services accessed via the 'Alignment' submenu should be considered legacy Jalview SOAP services.</em>
 </body>
 </html>
index 889e1f5..a203849 100644 (file)
 </head>
 <body>
 <strong>Multiple Sequence Alignment Web Services</strong>
-<p>
-Multiple sequence alignment services are accessed from the <strong>Web
-Service&#8594;Alignment</strong> menu. When an entry from this menu is
-selected, either the currently selected residues, or the whole
-sequence set (if there is no selection or only one sequence is
-selected) will be submitted for multiple sequence alignment.
-</p>
+<p>Multiple sequence alignment services can be accessed from either
+the <strong>Alignment</strong> or the <strong>JABAWS Alignment</strong>
+submenu of the Alignment Window's <strong>Web Service</strong> menu.
+When an entry from one of these menus is selected, either the currently
+selected residues, or the whole sequence set (if there is no selection
+or only one sequence is selected) will be submitted for multiple
+sequence alignment.</p>
 <p>There are two kinds of multiple sequence alignment operations
-available:<ul>
-<li><em>alignment</em> - where a new alignment is constructed from the input
-</li>
-<li><em>realignment</em> -
-where any aligned sequences will be used by the service
-to construct a profile based alignment of the remaining unaligned sequences.
-</li>
+available:
+<ul>
+       <li><em>alignment</em> - where a new alignment is constructed from
+       the input</li>
+       <li><em>realignment</em> - where any aligned sequences will be
+       used by the service to construct a profile based alignment of the
+       remaining unaligned sequences.</li>
 </ul>
-</p>
+The <a href="JABAWS.html">JABAWS Alignment services</a> also offer a
+range of predefined alignment settings and the opportunity for you to
+define your own set of parameters for running the alingment program.</p>
+<p><strong>Multiple Alignments of Sequences with hidden
+columns</strong><br>
+Multiple alignment services are 'column separable' analysis operations.
+If the input contains <a href="../features/hiddenRegions.html">hidden
+columns</a> then each visible segment of the input sequence set will be
+submitted for alignment separately, and the results concatenated (with
+the hidden regions preserved) once all alignment functions have
+completed. Each sub-job's state is reported in its own tab:
 <p>
-<strong>Multiple Alignments of Sequences with hidden columns</strong><br>
-Multiple alignment services are 'column separable' analysis
-operations. If the input contains <a
-href="../features/hiddenRegions.html">hidden columns</a> then each
-visible segment of the input sequence set will be submitted for
-alignment separately, and the results concatenated (with the hidden
-regions preserved) once all alignment functions have completed. Each
-sub-job's state is reported in its own tab:
-<p><center><strong>Multiple Multiple Sequence Alignment sub jobs running at
-once</strong><center></p>
+<center><strong>Multiple Multiple Sequence Alignment
+sub jobs running at once</strong>
+<center>
+</p>
 <center><img src="multimafftjbs.gif" align="centre"></center>
 </p>
 </body>
index 606640e..04fe696 100755 (executable)
@@ -27,5 +27,6 @@ accuracy and high throughput<br>
 <p> This alignment method is applied to the selected region, if any, or the whole 
   sequence set when the <strong>Web Service&#8594;Alignment&#8594;Muscle 
   Protein Sequence Alignment</strong> menu item is selected. </p>
+<em>As of Jalview 2.6, alignment services accessed via the 'Alignment' submenu should be considered legacy Jalview SOAP services.</em>
 </body>
 </html>