view WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/workflowclients/client_55.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 source

<tool id="client_55" name="wublast.getResult">
  <description> Client for operation : getResult , Web service : wublast.wublast_services </description>
  <command interpreter="python">
  	client_1.py
	#if $cond_source.optional_param_source=="no":
  	$output
	$servicetype
      $url
      $method
wublast.wublast_services         getResult
	"_type"
	 #if $source0.source0_source=="user":
	 $source0.user_param0
	 #else:
	 fileInput
	 $source0.cached_param0
	 #end if
	"_jobId"
	 #if $source1.source1_source=="user":
	 $source1.user_param1
	 #else:
	 fileInput
	 $source1.cached_param1
	 #end if
   	#else:
  	$output
	$servicetype
      $url
      $method
wublast.wublast_services            getResult
	"_type"
	 #if $source0.source0_source=="user":
	 $source0.user_param0
	 #else:
	 fileInput
	 $source0.cached_param0
	 #end if
	"_jobId"
	 #if $source1.source1_source=="user":
	 $source1.user_param1
	 #else:
	 fileInput
	 $source1.cached_param1
	 #end if
	"_parameters|_parameter|0|_name"
	 #if $cond_source.source2.source2_source=="user":
	 $cond_source.source2.user_param2
	 #else:
	 fileInput
	 $cond_source.source2.cached_param2
	 #end if
	"_parameters|_parameter|0|_value|_string|$|"
	 #if $cond_source.source3.source3_source=="user":
	 $cond_source.source3.user_param3
	 #else:
	 fileInput
	 $cond_source.source3.cached_param3
	 #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/wublast.wsdl" />
     <param name="method" type="hidden" value="getResult" />
<conditional name="source0">
    <param name="source0_source" type="select" label="type 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 type" help="see tip below" />
 </when>
 <when value="cached">
    <param name = "cached_param0" type="data" label="Choose the step from which to get the parameter type"/> 
 </when>
   </conditional><conditional name="source1">
    <param name="source1_source" type="select" label="jobId 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 jobId" help="see tip below" />
 </when>
 <when value="cached">
    <param name = "cached_param1" type="data" label="Choose the step from which to get the parameter jobId"/> 
 </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"> 

<conditional name="source2">
  <param name="source2_source" type="select" label="name 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 name" help="see tip below" />
 </when>
<when value="cached">
 <param name = "cached_param2" type="data" label="Choose the step from which to get the parameter name"/> 
  </when>
   </conditional>

<conditional name="source3">
  <param name="source3_source" type="select" label="value 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 value" help="see tip below" />
 </when>
<when value="cached">
 <param name = "cached_param3" type="data" label="Choose the step from which to get the parameter value"/> 
  </when>
   </conditional>
 </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>