comparison WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/workflowclients/workflowclient.xml~ @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:049760c677de
1 <tool id="workflowclient_2" name="filter.filtersequences">
2 <description> Client for operation : filetersequences , Web service : filter.filter_services </description>
3 <command interpreter="python">
4 client_1.py
5 #if $cond_source.optional_param_source=="no":
6 $output
7 $servicetype
8 $url
9 $method
10 clustalw2.clustalw2_services getResult
11 "_sequenceid"
12 #if $source0.source0_source=="user":
13 $source0.user_param0
14 #else:
15 fileInput
16 $source0.cached_param0
17 #end if
18 #else:
19 $output
20 $servicetype
21 $url
22 $method
23 clustalw2.clustalw2_services getResult
24 "_sequenceid"
25 #if $source0.source0_source=="user":
26 $source0.user_param0
27 #else:
28 fileInput
29 $source0.cached_param0
30 #end if
31 #end if
32 </command>
33 <inputs>
34 <param name="servicetype" type="hidden" value="SOAP" />
35 <param name="url" type="hidden" value="http://www.cs.uga.edu/~guttula/clustalw2.wsdl" />
36 <param name="method" type="hidden" value="getResult" />
37 <conditional name="source0">
38 <param name="source0_source" type="select" label="tSequences Source">
39 <option value="cached" selected="true">Param value will be taken from previous step</option>
40 <option value="user">User will enter the param value</option>
41 </param>
42 <when value="user">
43 <param format="text" size = "150" name = "user_param0" type="text" label="Enter tSequences" help="see tip below" />
44 </when>
45 <when value="cached">
46 <param name = "cached_param0" type="data" label="tSequences"/>
47 </when>
48 </conditional>
49 <conditional name="cond_source">
50 <param name="optional_param_source" type="select" label="Display Optional Parameters">
51 <option value="no" selected="true">no</option>
52 <option value="yes">yes</option>
53 </param>
54 <when value="no">
55 </when>
56 <when value="yes">
57 </when>
58 </conditional>
59 </inputs>
60 <outputs>
61 <data format="tabular" name="output" />
62 </outputs>
63 <help>
64
65 .. class:: infomark
66
67 **TIP:** About type: type is String
68
69 .. class:: infomark
70
71 **TIP:** About jobId: type is String
72 </help>
73 </tool>