Mercurial > repos > cpalm > ingtest
view ingTest.xml @ 30:2af6c167295e draft default tip
Uploaded
author | cpalm |
---|---|
date | Wed, 21 Aug 2013 19:47:43 -0400 |
parents | 1063bc3149e8 |
children |
line wrap: on
line source
<tool id="ingTest" name="ingTest" version="1.0"> <description>Testing Tool Shed</description> <requirements> <requirement type="package" version="1.2.3">requests</requirement> </requirements> <command interpreter="python"> </command> <inputs> <!-- <param name="ing_id" title="Ingenuity login ID" type="text" label="Ingenuity login ID" help="email address of Ingenuity account you want data sent to. If you don't have an ingenuity account, enter your eamil address, and you will be asked to create an account when first accessing the data"> <validator type="regex" message="Enter your email address">\S+@\S+</validator> <validator type="expression" message="You will need to enter full email address">value !~ /@/</validator> </param> --> </inputs> <outputs> </outputs> <help> .. class:: infomark **Your galaxy id (eamil address) needs to be the same as your Ingenuity ID, If you do not have an Ingenuity ID, an account will be created wehn you upload data.** </help> </tool>