Mercurial > repos > ganjoo > webservice_toolsuite
view WebServiceToolWorkflow/dataMediation.xml~ @ 0:e7482c82796e 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 17:34:26 -0400 |
| parents | |
| children |
line wrap: on
line source
<tool id="dataMediation" name="Data Mediation Tool "> <description> Tool for coverting data types</description> <command interpreter="python"> #generateClient.py $input $output </command> <inputs> <param name = "input" type="data" label="Choose the input step "/> </inputs> <outputs> <data format="tabular" name="output" /> </outputs> <help> </help> </tool>
