comparison organism_add_organism.xml @ 7:ad220cb1ce2b draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f5c5d81fc9781371e12b91c0d609b9201587cda5
author gga
date Fri, 23 Nov 2018 11:05:58 -0500
parents 5d566012d85f
children 7b552f5cb694
comparison
equal deleted inserted replaced
6:476d0fc00c75 7:ad220cb1ce2b
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="organism_add_organism" name="Chado organism add" version="@WRAPPER_VERSION@.0"> 2 <tool id="organism_add_organism" name="Chado organism add" version="@WRAPPER_VERSION@.0">
3 <description></description> 3 <description></description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
26 <param name="species" label="Species" argument="species" type="text" help="The species of the organism" /> 26 <param name="species" label="Species" argument="species" type="text" help="The species of the organism" />
27 <param name="common" label="Common" argument="common" type="text" help="The common name of the organism" /> 27 <param name="common" label="Common" argument="common" type="text" help="The common name of the organism" />
28 <param name="abbr" label="Abbr" argument="abbr" type="text" help="The abbreviation of the organism" /> 28 <param name="abbr" label="Abbr" argument="abbr" type="text" help="The abbreviation of the organism" />
29 29
30 <!-- options --> 30 <!-- options -->
31 <param name="comment" label="Comment" argument="comment" type="text" help="A comment / description" /> 31 <param name="comment" label="Comment" argument="--comment" type="text" help="A comment / description" />
32 32
33 </inputs> 33 </inputs>
34 <outputs> 34 <outputs>
35 <data format="json" name="results"/> 35 <data format="json" name="results"/>
36 </outputs> 36 </outputs>