view ingTest.xml @ 23:1c454799a8df draft

Deleted selected files
author cpalm
date Tue, 20 Aug 2013 10:39:28 -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>