Mercurial > repos > ganjoo > webservice_toolsuite
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebServiceToolWorkflow/workflowclients/client_10.xml~ Tue Jun 07 18:00:50 2011 -0400 @@ -0,0 +1,50 @@ +<tool id="client_10" name="poll "> + <description> Client for method: poll , Web service: http://om.cs.uga.edu/demo/clustalW2.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 sequenceIDs" help="see tip below" /> + </when> + <when value="cached"> + <param name = "cached_param0" type="data" label="Choose the step from which to get the sequence IDs"/> + </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 database name" help="see tip below" /> + </when> + <when value="cached"> + <param name = "cached_param1" type="data" label="Choose the step from which to get the database name"/> + </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>