comparison WebServiceToolWorkflow/workflowclients/client_10.xml~ @ 0:d5cd409b8a18 default tip

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author ganjoo
date Tue, 07 Jun 2011 18:00:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d5cd409b8a18
1 <tool id="client_10" name="poll ">
2 <description> Client for method: poll , Web service: http://om.cs.uga.edu/demo/clustalW2.wadl </description>
3 <command interpreter="python">
4 #client_1.py
5 $output
6 http://www.ebi.ac.uk/Tools/services/restwublast/result
7 jobId
8 #if $source0.source0_source=="user" $source0.user_param0 #else $source0.cached_param0 #end if
9 resultType
10 #if $source1.source1_source=="user" $source1.user_param1 #else $source1.cached_param1 #end if
11 #if $cond_source.optional_param_source=="yes"#else
12 #end if
13 </command>
14 <inputs>
15 <conditional name="source0">
16 <param name="source0_source" type="select" label="jobId Source">
17 <option value="cached" selected="true">Param value will be taken from previous step</option>
18 <option value="user">User will enter the param value</option>
19 </param>
20 <when value="user">
21 <param format="text" size = "150" name = "user_param0" type="text" label="Enter sequenceIDs" help="see tip below" />
22 </when>
23 <when value="cached">
24 <param name = "cached_param0" type="data" label="Choose the step from which to get the sequence IDs"/>
25 </when></conditional><conditional name="source1">
26 <param name="source1_source" type="select" label="resultType Source">
27 <option value="cached" selected="true">Param value will be taken from previous step</option>
28 <option value="user">User will enter the param value</option>
29 </param>
30 <when value="user">
31 <param format="text" size = "150" name = "user_param1" type="text" label="Enter database name" help="see tip below" />
32 </when>
33 <when value="cached">
34 <param name = "cached_param1" type="data" label="Choose the step from which to get the database name"/>
35 </when></conditional>
36 </inputs>
37 <outputs>
38 <data format="tabular" name="output" />
39 </outputs>
40 <help>
41
42 .. class:: infomark
43
44 **TIP:** jobId type is xsd:string
45
46 .. class:: infomark
47
48 **TIP:** resultType type is xsd:string
49 </help>
50 </tool>