X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_client.html;h=03ffc13644c1ab98ba2f2328dc38bb3288ad1278;hb=4a4d6475dd4e6d29ff7c24ef1567885cdb45f193;hp=6a62862da3132eee0a13bc3257dc7052ae156fd7;hpb=a00dd4ba64bebc4d0801720e200c8fea34c91eec;p=jabaws.git diff --git a/website/man_client.html b/website/man_client.html index 6a62862..03ffc13 100644 --- a/website/man_client.html +++ b/website/man_client.html @@ -3,50 +3,52 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Java Bioinformatics Analyses Web Services (JABAWS) Command Line Client manual - - + + +
+
+ +
Home Getting Started Manual - -Download -Usage Statistics - Services Status -Contact Us -Barton Group + + Download + Usage Statistics + Services Status + Contact Us + Barton Group + Funding
- + +

JABAWS MANUAL

@@ -86,20 +88,14 @@ Please note that -r and -f options cannot be used together. Alignment is done wi --fastaparttree
--retree=10
--op=2.2

-

The format of the file is the same for all JABAWS web services. Parameters are specified in exactly the same way as for native executables - alignment programs like Mafft etc. So parameters which you can use with command line version of an alignment program can be used with JABAWS. Most of the settings controlling alignment process are supported, but the setting controlling output are not. This is due to the fact the output have to be handled by JABAWS, so must remain within its control. For a list of parameters supported by a web service see the next example. In prm.in parameters are separated by the new line, and name of the parameter is separated from its value with an equal sign. This format is constant no matter which JABAWS web service is used.
+

The format of the file is the same for all JABAWS web services. Parameters are specified in exactly the same way as for native executables - alignment programs like Mafft etc. So parameters which you can use with command line version of an alignment program can be used with JABAWS. Most of the settings controlling alignment process are supported, but because any output has to be handled by JABAWS, settings controlling output are not allowed to be changed. For a list of parameters supported by a web service see the next example. In prm.in parameters are separated by the new line, and name of the parameter is separated from its value with an equals sign. This format is constant no matter which JABAWS web service is used.
java -jar jabaws-min-client.jar -h=http://myhost.compbio.ac.uk:8080/jabaws -s=MafftWS -parameters

The same client can be used to access JABAWS on different hosts. Just point the client to the host you want to use by changing the value of -h key. For example you used -h=http://myhost.compbio.ac.uk:8080/jabaws server, now you want to use another server to -h=http://mylabserver.myuni.edu. This comes handy if your favorite server is off and you need to do the job yesterday.

-
+
+ + + - - - - - - - -