X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_dev.html;h=f5c087cd4bd84020823c554f72a12d477706740f;hb=0d3b931076cf21ff2800c2de77d72f81efa5a7e5;hp=73dee0840af9132e07d293c121f98929ef687cd5;hpb=b0423691d9a44eae86799ad242c4fea58f9acd8d;p=jabaws.git diff --git a/website/man_dev.html b/website/man_dev.html index 73dee08..f5c087c 100644 --- a/website/man_dev.html +++ b/website/man_dev.html @@ -15,11 +15,12 @@
+ +
Home @@ -28,16 +29,21 @@ Download Contact Us -Barton Group +Usage Statistics +Barton Group +
@@ -135,13 +141,26 @@ + "Port"), MsaWS.class);

Where Services is enumeration of JABAWS web services. All JABAWS multiple sequence alignment methods confirm to MsaWS specification, thus from the caller point of view all JABAWS web services can be represented by MsaWS interface. The full documentation of MsaWS functions is available from the javadoc.

Valid JABAWS service names and WSDL files

- +

Protein disorder prediction services

+ +

Amino acid conservation service

+ +

Please replace http://www.compbio.dundee.ac.uk/ with your JABAWS instance host name, and jabaws with your JABAWS context name to access your local version of JABAWS web services. For example http://localhost:8080/jabaws would be a valid URL for the default Apache-Tomcat installation and jabaws.war file deployment.

Aligning sequences

Given that msaws is web service proxy, created as described in "Connecting to JABAWS" section, the actual alignment can be obtained as follows:

1) List<FastaSequence> fastalist = SequenceUtil.readFasta(new FileInputStream(file));
@@ -334,7 +353,7 @@ For a more detailed description of all available types and their functions pleas

-