Mercurial > repos > ganjoo > webservice_toolsuite
diff WebServiceToolWorkflow/DeleteTool1.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebServiceToolWorkflow/DeleteTool1.xml~ Tue Jun 07 17:34:26 2011 -0400 @@ -0,0 +1,32 @@ +<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> +