comparison WebServiceToolWorkflow/DeleteTool1.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="DeleteTool1" name="Step 1">
2 <description> :Verify user</description>
3 <command interpreter="python">
4 DeleteTool1.py
5 $password
6 $output
7 </command>
8 <inputs>
9 <param format="text" size = "60" name = "password" type="text" label="Enter password" help="see tip below"/>
10 </inputs>
11 <outputs>
12 <data format="tabular" name="output" />
13 </outputs>
14
15 <tests>
16 <test>
17 <param name="url" value="127.0.0.1:5001/hello/form"/>
18 <output name="output" file="outtest"/>
19 </test>
20 </tests>
21
22 <help>
23
24 .. class:: infomark
25
26 **TIP:** Only users with pseudo-admin priviledges can delete tools. To get access to this tool
27 email sganjoo@uga.edu
28
29 </help>
30
31 </tool>
32