view ingTest.xml @ 3:1063bc3149e8 draft

Uploaded
author cpalm
date Fri, 16 Aug 2013 21:06:18 -0400
parents 883a3e007dbb
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>