Mercurial > repos > ganjoo > webservice_toolsuite
view 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 |
line wrap: on
line source
<tool id="DeleteTool1" name="Step 1"> <description> :Verify user</description> <command interpreter="python"> DeleteTool1.py $password $output </command> <inputs> <param format="text" size = "60" name = "password" type="text" label="Enter password" help="see tip below"/> </inputs> <outputs> <data format="tabular" name="output" /> </outputs> <tests> <test> <param name="url" value="127.0.0.1:5001/hello/form"/> <output name="output" file="outtest"/> </test> </tests> <help> .. class:: infomark **TIP:** Only users with pseudo-admin priviledges can delete tools. To get access to this tool email sganjoo@uga.edu </help> </tool>