Mercurial > repos > cpalm > ingtest
diff ingTest.xml @ 0:97319874d5b1 draft
Uploaded
author | cpalm |
---|---|
date | Fri, 16 Aug 2013 18:40:10 -0400 |
parents | |
children | 883a3e007dbb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ingTest.xml Fri Aug 16 18:40:10 2013 -0400 @@ -0,0 +1,37 @@ +<tool id="ingTest" name="ingTest" version="1.0"> + <description>Testing Tool Shed</description> + <requirements> + <requirement type="python-module">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> + +