diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/workflowclients/workflowclient.xml~	Tue Jul 05 19:34:18 2011 -0400
@@ -0,0 +1,73 @@
+<tool id="workflowclient_2" name="filter.filtersequences">
+  <description> Client for operation : filetersequences , Web service : filter.filter_services </description>
+  <command interpreter="python">
+  	client_1.py
+	#if $cond_source.optional_param_source=="no":
+  	    $output
+	    $servicetype
+        $url
+        $method
+        clustalw2.clustalw2_services         getResult
+	    "_sequenceid"
+	    #if $source0.source0_source=="user":
+	       $source0.user_param0
+	    #else:
+	       fileInput
+	       $source0.cached_param0
+	    #end if
+   	#else:
+  	    $output
+	    $servicetype
+        $url
+        $method
+        clustalw2.clustalw2_services            getResult
+	    "_sequenceid"
+	    #if $source0.source0_source=="user":
+	        $source0.user_param0
+	    #else:
+	       fileInput
+	       $source0.cached_param0
+	    #end if
+   	#end if
+</command>
+  <inputs>
+     <param name="servicetype" type="hidden" value="SOAP" />
+     <param name="url" type="hidden" value="http://www.cs.uga.edu/~guttula/clustalw2.wsdl" />
+     <param name="method" type="hidden" value="getResult" />
+    <conditional name="source0">
+        <param name="source0_source" type="select" label="tSequences 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 tSequences" help="see tip below" />
+        </when>
+        <when value="cached">
+            <param name = "cached_param0" type="data" label="tSequences"/> 
+        </when>
+    </conditional>
+   <conditional name="cond_source">
+        <param name="optional_param_source" type="select" label="Display Optional 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 type: type is String
+
+.. class:: infomark
+
+**TIP:** About jobId: type is String
+  </help>
+</tool>