view WebServiceToolWorkflow/workflowclients/client_8.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
line wrap: on
line source

<tool id="client_8" name="getresult    ">
  <description> Client for method: getresult , Web service: http://om.cs.uga.edu/demo/WUBlast.wadl </description>
  <command interpreter="python">
  #client_1.py 
  $output 
  http://www.ebi.ac.uk/Tools/services/restwublast/result
  jobId
#if $source0.source0_source=="user" $source0.user_param0 #else $source0.cached_param0 #end if
  resultType
#if $source1.source1_source=="user" $source1.user_param1 #else $source1.cached_param1 #end if
#if $cond_source.optional_param_source=="yes"#else 
#end if
</command>
  <inputs>
<conditional name="source0">
    <param name="source0_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_param0"  type="text" label="Enter jobId" help="see tip below" />
 </when>
 <when value="cached">
    <param name = "cached_param0" type="data" label="Choose the step from which to get the parameter jobId"/> 
 </when></conditional><conditional name="source1">
    <param name="source1_source" type="select" label="resultType 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 resultType" help="see tip below" />
 </when>
 <when value="cached">
    <param name = "cached_param1" type="data" label="Choose the step from which to get the parameter resultType"/> 
 </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:** jobId type is xsd:string

.. class:: infomark

**TIP:** resultType type is xsd:string
  </help>
</tool>