diff WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/workflowclients/client_57.xml~ @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/workflowclients/client_57.xml~	Tue Jul 05 19:34:18 2011 -0400
@@ -0,0 +1,155 @@
+<tool id="client_57" name="fetchBatch">
+  <description> Client for operation : fetchBatch , Web service : WSDbfetchDoclit.WSDBFetchDoclitServerService_services </description>
+  <command interpreter="python">
+  	client_1.py
+	#if $cond_source.optional_param_source=="no":
+  	$output
+	$servicetype
+      $url
+      $method
+WSDbfetchDoclit.WSDBFetchDoclitServerService_services         fetchBatch
+	"_format"
+	 #if $source0.source0_source=="user":
+	 $source0.user_param0
+	 #else:
+	 fileInput
+	 $source0.cached_param0
+	 #end if
+	"_db"
+	 #if $source1.source1_source=="user":
+	 $source1.user_param1
+	 #else:
+	 fileInput
+	 $source1.cached_param1
+	 #end if
+	"_style"
+	 #if $source2.source2_source=="user":
+	 $source2.user_param2
+	 #else:
+	 fileInput
+	 $source2.cached_param2
+	 #end if
+	"_ids"
+	 #if $source3.source3_source=="user":
+	 $source3.user_param3
+	 #else:
+	 fileInput
+	 $source3.cached_param3
+	 #end if
+   	#else:
+  	$output
+	$servicetype
+      $url
+      $method
+WSDbfetchDoclit.WSDBFetchDoclitServerService_services            fetchBatch
+	"_format"
+	 #if $source0.source0_source=="user":
+	 $source0.user_param0
+	 #else:
+	 fileInput
+	 $source0.cached_param0
+	 #end if
+	"_db"
+	 #if $source1.source1_source=="user":
+	 $source1.user_param1
+	 #else:
+	 fileInput
+	 $source1.cached_param1
+	 #end if
+	"_style"
+	 #if $source2.source2_source=="user":
+	 $source2.user_param2
+	 #else:
+	 fileInput
+	 $source2.cached_param2
+	 #end if
+	"_ids"
+	 #if $source3.source3_source=="user":
+	 $source3.user_param3
+	 #else:
+	 fileInput
+	 $source3.cached_param3
+	 #end if
+   	#end if
+</command>
+  <inputs>
+     <param name="servicetype" type="hidden" value="SOAP" />
+     <param name="url" type="hidden" value="http://www.ebi.ac.uk/ws/services/WSDbfetchDoclit?wsdl" />
+     <param name="method" type="hidden" value="fetchBatch" />
+<conditional name="source0">
+    <param name="source0_source" type="select" label="format Source"> 
+      <option value="cached" selected="true">Param value will be taken from previous step</option> 
+      <option value="user">User will enter the param value</option> 
+    </param>
+    <when value="user">
+      <param format="text" size = "150" name = "user_param0"  type="text" label="Enter format" help="see tip below" />
+ </when>
+ <when value="cached">
+    <param name = "cached_param0" type="data" label="Choose the step from which to get the parameter format"/> 
+ </when>
+   </conditional><conditional name="source1">
+    <param name="source1_source" type="select" label="db Source"> 
+      <option value="cached" selected="true">Param value will be taken from previous step</option> 
+      <option value="user">User will enter the param value</option> 
+    </param>
+    <when value="user">
+      <param format="text" size = "150" name = "user_param1"  type="text" label="Enter db" help="see tip below" />
+ </when>
+ <when value="cached">
+    <param name = "cached_param1" type="data" label="Choose the step from which to get the parameter db"/> 
+ </when>
+   </conditional><conditional name="source2">
+    <param name="source2_source" type="select" label="style Source"> 
+      <option value="cached" selected="true">Param value will be taken from previous step</option> 
+      <option value="user">User will enter the param value</option> 
+    </param>
+    <when value="user">
+      <param format="text" size = "150" name = "user_param2"  type="text" label="Enter style" help="see tip below" />
+ </when>
+ <when value="cached">
+    <param name = "cached_param2" type="data" label="Choose the step from which to get the parameter style"/> 
+ </when>
+   </conditional><conditional name="source3">
+    <param name="source3_source" type="select" label="ids Source"> 
+      <option value="cached" selected="true">Param value will be taken from previous step</option> 
+      <option value="user">User will enter the param value</option> 
+    </param>
+    <when value="user">
+      <param format="text" size = "150" name = "user_param3"  type="text" label="Enter ids" help="see tip below" />
+ </when>
+ <when value="cached">
+    <param name = "cached_param3" type="data" label="Choose the step from which to get the parameter ids"/> 
+ </when>
+   </conditional>  <conditional name="cond_source">
+  <param name="optional_param_source" type="select" label="Display Additional Parameters"> 
+ <option value="no" selected="true">no</option> 
+ <option value="yes">yes</option> 
+ </param> 
+    <when value="no"> 
+     </when>
+    <when value="yes"> 
+ </when>
+ </conditional>
+</inputs>
+  <outputs>
+    <data format="tabular" name="output" />
+  </outputs>
+  <help>
+
+.. class:: infomark
+
+**TIP:** About format: type is String
+
+.. class:: infomark
+
+**TIP:** About db: type is String
+
+.. class:: infomark
+
+**TIP:** About style: type is String
+
+.. class:: infomark
+
+**TIP:** About ids: type is String
+  </help>
+</tool>
\ No newline at end of file