added sequence fetcher and sequence features retrieval to web serviices index
authorjprocter <Jim Procter>
Tue, 5 Aug 2008 15:33:03 +0000 (15:33 +0000)
committerjprocter <Jim Procter>
Tue, 5 Aug 2008 15:33:03 +0000 (15:33 +0000)
help/html/webServices/index.html

index 6b5c5e1..021e31e 100755 (executable)
@@ -1,65 +1,70 @@
-        <html>\r
-        <head><title>Web Services</title></head>\r
-        <body>\r
-        <p><strong>Web services</strong></p>\r
-        \r
-<p>A variety of web services are available from the Alignment window's <strong> \r
-  Web Service</strong> menu. </p>\r
-            <p>Jalview's distributed computations are SOAP based services exposing\r
-              protein sequence alignment and secondary structure prediction programs. These services actually run\r
-                on the cluster based in the School of Life Sciences, University of\r
-                  Dundee, and are maintained by the Barton group.\r
-                  </p>\r
-                  <p><strong>Web Service Dialog Box</strong></p>\r
-<img src="clwqueued.gif">\r
-<p>\r
-                  This dialog box is displayed when a web service job\r
-                  is submitted. It gives the name of the service and\r
-                  any method citation information, and monitors the\r
-                  progress of the calculation. The cancel button will\r
-                  permanently cancel the job, but this is only\r
-                  possible for some services.\r
-                  </p>\r
-                  <p>Current services:\r
-                  <ul><a href="msaclient.html"><strong>Multiple\r
-                  Sequence Alignment Services</strong></a><ul>\r
-                  <li><a href="clustalw.html">ClustalW Multiple Alignment and re-alignment</a><br>\r
-                  The clustal W service remains one of the more\r
-                  popular Jalview features.\r
-                  </li>\r
-                  <li><a href="muscle.html">Muscle Multiple Alignment</a><br>\r
-                  High Quality and High Throughput multiple alignments of proteins. This\r
-                  method can sometimes be more accurate than ClustalW when dealing with\r
-                  diverse sets of sequences.\r
-                  </li>\r
-                  <li><a href="mafft.html">MAFFT</a><br>\r
-                  Multiple Alignment with Fast Fourier Transforms -\r
-                  a highly accurate and high throughput dna and amino\r
-                  acid alignment method, performing at least as well\r
-                  as ClustalW and Muscle.\r
-                  </li>\r
-                  </ul>                  \r
-                  </li>\r
-                  <li><strong>Secondary Structure Prediction</strong>\r
-                  <ul>\r
-                  <li><a href="jnet.html">JNet</a><br>This is a front end to the existing <a\r
-                  href="http://www.compbio.dundee.ac.uk/www-jpred/">JNet\r
-                  www server</a> allowing single sequence or profile\r
-                  based prediction.\r
-                  </li>\r
-                  </ul>\r
-                  </li>\r
-                  </ul>\r
-                  </p>\r
-                  <p>Watch this space! These are some of the services\r
-                  planned to be released soon:<ul>\r
-                  <li>Repeat analysis\r
-                  </li>\r
-                  <li>Remote Homology Detection<br>\r
-                  </li>\r
-                  </ul>\r
-                  In the future, Jalview will also be able to new discover services\r
-                  dynamically, and distribute expensive analysis functions like <a\r
-                  href="../calculations/pca.html">PCA</a> to the Dundee machines.</p>\r
-</body>\r
-</html>\r
+        <html>
+        <head><title>Web Services</title></head>
+        <body>
+        <p><strong>Web services</strong></p>
+        
+        <p>Jalview includes clients for a variety of web services for both bioinformatic data retrieval and analysis.
+<ul>
+<li>The <a href="../features/seqfetcher.html">Sequence Fetcher</a> utilises web services for sequence, alignment and structure retrieval provided by the European Bioinformatics Institute (EBI) and Distributed Annotation System servers that are capable of serving sequences.</li>
+<li>The DAS Feature Fetcher enables the retrieval and visualization of features from DAS annotation sources</li>
+<li>Jalview SOAP Web Services for sequence and alignment analysis are provided by the University of Dundee, and are available from the Alignment window's <strong> 
+  Web Service</strong> menu.</li></ul>
+</p>
+            <p>Jalview's distributed computations are SOAP based services exposing
+              protein sequence alignment and secondary structure prediction programs. These services actually run
+                on the cluster based in the School of Life Sciences, University of
+                  Dundee, and are maintained by the Barton group.
+                  </p>
+                  <p><strong>Web Service Dialog Box</strong></p>
+<img src="clwqueued.gif">
+<p>
+                  This dialog box is displayed when a web service job
+                  is submitted. It gives the name of the service and
+                  any method citation information, and monitors the
+                  progress of the calculation. The cancel button will
+                  permanently cancel the job, but this is only
+                  possible for some services.
+                  </p>
+                  <p>Current services:
+                  <ul><a href="msaclient.html"><strong>Multiple
+                  Sequence Alignment Services</strong></a><ul>
+                  <li><a href="clustalw.html">ClustalW Multiple Alignment and re-alignment</a><br>
+                  The clustal W service remains one of the more
+                  popular Jalview features.
+                  </li>
+                  <li><a href="muscle.html">Muscle Multiple Alignment</a><br>
+                  High Quality and High Throughput multiple alignments of proteins. This
+                  method can sometimes be more accurate than ClustalW when dealing with
+                  diverse sets of sequences.
+                  </li>
+                  <li><a href="mafft.html">MAFFT</a><br>
+                  Multiple Alignment with Fast Fourier Transforms -
+                  a highly accurate and high throughput dna and amino
+                  acid alignment method, performing at least as well
+                  as ClustalW and Muscle.
+                  </li>
+                  </ul>                  
+                  </li>
+                  <li><strong>Secondary Structure Prediction</strong>
+                  <ul>
+                  <li><a href="jnet.html">JNet</a><br>This is a front end to the existing <a
+                  href="http://www.compbio.dundee.ac.uk/www-jpred/">JNet
+                  www server</a> allowing single sequence or profile
+                  based prediction.
+                  </li>
+                  </ul>
+                  </li>
+                  </ul>
+                  </p>
+                  <p>Watch this space! These are some of the services
+                  planned to be released soon:<ul>
+                  <li>Repeat analysis
+                  </li>
+                  <li>Remote Homology Detection<br>
+                  </li>
+                  </ul>
+                  In the future, Jalview will also be able to new discover services
+                  dynamically, and distribute expensive analysis functions like <a
+                  href="../calculations/pca.html">PCA</a> to the Dundee machines.</p>
+</body>
+</html>