comparison WebServiceToolWorkflow/dataMediation1.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
comparison
equal deleted inserted replaced
-1:000000000000 0:d5cd409b8a18
1 <tool id="dataMediation" name="array2string ">
2 <description> </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>