Mercurial > repos > ganjoo > webservice_toolsuite
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e7482c82796e |
|---|---|
| 1 <tool id="dataMediation" name="Data Mediation Tool "> | |
| 2 <description> Tool for coverting data types</description> | |
| 3 <command interpreter="python"> | |
| 4 #generateClient.py | |
| 5 $input | |
| 6 $output | |
| 7 </command> | |
| 8 <inputs> | |
| 9 | |
| 10 | |
| 11 <param name = "input" type="data" label="Choose the input step "/> | |
| 12 </inputs> | |
| 13 <outputs> | |
| 14 <data format="tabular" name="output" /> | |
| 15 </outputs> | |
| 16 <help> | |
| 17 | |
| 18 </help> | |
| 19 </tool> |
