X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_about.html;h=ae8e30000a09f5a5067d607ba8004b69cded727e;hb=c219257fd9512af182cd65ab5bda8d3dc7ef12c6;hp=7196fc5057be741d2aa85e289be697ad572eab1f;hpb=b413eee53fa3cc22a6bd4e03c9ac64bf26b7c834;p=jabaws.git diff --git a/website/man_about.html b/website/man_about.html index 7196fc5..ae8e300 100644 --- a/website/man_about.html +++ b/website/man_about.html @@ -1,7 +1,8 @@ - + + - + Java Bioinformatics Analyses Web Services (JABAWS) manual - About @@ -10,31 +11,36 @@
-
+ Contact Us + Usage Statistics + Barton Group
+
@@ -45,40 +51,76 @@ class="headeru">Services
  • What is JABAWS?
  • JABAWS Benefits
  • JABA Web Services Programs
  • -
  • What is JABAWS Server?
  • What is JABAWS Client?
  • Programmatic access to JABAWS
  • What is JABAWS?

    -

    JABAWS stands for JAva Bioinformatics Analysis Web Services. It is a collection of web services for multiple sequence alignment. For simplicity we referrer to them as JABAWS. Right now, JABAWS makes it easy to access well-known multiple sequence alignment programs from JalView. However, the scope of JABAWS is not limited to multiple sequence alignment programs. Future versions of JABAWS will incorporate protein disorder prediction, BLAST, PSIBLAST and HMMER database searches and many other tools. For the list of currently supported programs see here. JABAWS consists of the two parts - the server and the client. Unlike other web services you can download and use both on your own computer! If you want a server just for yourself, then download and install JABAWS Virtual Appliance. It requires no configuration and simple to install. If you want to install JABAWS for your own lab then download JABAWS Web Application aRchive. It is slightly more complicated to configure but is very straightforward too. Finally, if you want to script against any version of JABAWS or interested in writing your own client, the JABAWS command line client is what you need.

    +

    JABAWS stands for JAva Bioinformatics Analysis Web Services. As the name suggests, JABAWS is a collection of web services for bioinformatics, and currently provides services that make it easy to access well-known multiple sequence alignment and protein disorder prediction programs (see the list of currently supported programs) from Jalview. + Future versions of JABAWS will incorporate many other tools.

    +

    Getting JABAWS

    +

    JABAWS consists of a server and client, but unlike most bioinformatics web service systems, you can download and run both parts on your own computer! If you want a server just for yourself, then download and install the JABAWS Virtual Appliance. It requires no configuration and is simple to install. If you want to install JABAWS for your lab or institution then download the JABAWS Web Application aRchive. It is slightly more complicated to configure but is very straightforward too. Finally, if you want to script against any version of JABAWS or are interested in writing your own client, the JABAWS command line client is what you need.

    JABAWS Benefits

    -

    JABAWS can be deployed on many operating system and operate as a stand alone server or submit the jobs to the cluster. Thanks to DRMAA it integrates well with a large variety of cluster job management systems. Jalview from version 2.6 integrates with JABAWS and can be configured to submit jobs to different versions of JABAWS, for example to your local, lab version, or publicly available version elsewhere. As JABAWS can be installed in your lab, or indeed on your personal computer, it eliminates the need to send your private information to the outside, to one of the publicly accessible servers. JABAWS can run programs with additional parameters defined by you, so you are no longer limited to defaults. JABAWS is safe to install for public access as it could limit the size of the tasks which it accepts and denies access to resources within web application folder.

    +

    JABA Web Services Programs

    -

    JABAWS currently uses the following programs under the hood

    +

    JABAWS currently provides access to the following programs:

    +

    Multiple Sequence Alignement

    -

    What is JABAWS Server?

    -

    JABAWS Server is a Web Application which exposes a number of widely used Bioinformatics programs as SOAP web services. Currently it supports 5 multiple sequence alignment programs. You can download and install JABAWS on your own computer. JABAWS can be configured to execute programs on computer it is installed or submit them to the cluster. JABAWS provides the uniform API for each web service if supports.

    +

    Protein disorder prediction

    + +

    Amino Acid conservation

    +

    What is JABAWS client?

    -

    JABAWS client is a command line Java application which can call all JABAWS methods on any instance of JABAWS Server, no matter local or remote. It is useful if you want to script against a JABAWS server and do not want to handle any web service specific details. We also offer a source code of the client so that you can find out how to work with JABA Web Services if you would like to write your own client software. JABAWS command line client offers the same functionality as Jalview when connected to JABAWS.

    +

    A JABAWS client is a program that lets you run the bioinformatics methods for which a JABAWS server provides web services. +The most basic JABAWS client is a command line Java application which can call any of the JABAWS web services methods +on any instance of JABAWS Server that it can reach over the web. It is useful if you +want to test, or execute the programs provided by a JABAWS server in your own scripts, and do not want to handle any web service +specific details. The client is open source, so you can also use its source code to find +out how to work with JABA Web Services if you would like to write your own client +software. Jalview, which is a multiple sequence alignment and analysis application, provides a graphical JABAWS client. This client has the same +functionality as the command line client, but instead allows JABAWS services to be accessed in a more user-friendly manner, through a graphical user interface.

    Programmatic access to JABAWS

    -

    JABA Web Services are WS-I basic profile compliant, they can be accessed in a standard way as any other web service. The WSDL for each service is published on the JABAWS home page. If you use Java, then you can use our client package to access JABAWS. This package contains value objects which you could alternatively generate with wsimport in Java, or similar tool in other language. On top of that it offers some additional methods which further simplify working with JABAWS. For more information please refer to the data model javadoc.

    +

    JABA Web Services are WS-I basic profile compliant, which means they can be accessed using +any programming language or system that can utilize standard SOAP web services. +The WSDL for each service is published on the JABAWS home page, and you can use this to automatically generate +service bindings for your program. If you use Java, however, then you may wish to use our +client package to access JABAWS. +This package is based on the autogenerated source code produced by wsimport, which is the Java tool for creating web service bindings; +but in addition, offers some additional methods which simplify working with JABAWS. For more information please refer to the +data model javadoc. +

    -
    - + + + - +