comparison data_manager_gene_annotation/data_manager/gene_annotation_fetcher.xml @ 43:e42284a13168 draft

planemo upload
author scottx611x
date Fri, 08 Jul 2016 14:45:18 -0400
parents 87a921902f5e
children
comparison
equal deleted inserted replaced
42:bf05cda04e1f 43:e42284a13168
15 #end if 15 #end if
16 ]]> 16 ]]>
17 </command> 17 </command>
18 <inputs> 18 <inputs>
19 <param 19 <param
20 help="Enter a unique identifier for the Data Table column to be created, or leave blank for an auto-generated uuid" label="Identifier for this DataTable entry" name="database_name" type="text" optional="True" /> 20 help="Enter a descriptive name to be used in the tool drop-down menus" label="Identifier for this DataTable entry" name="database_name" type="text" optional="True" />
21 <param 21 <param
22 label="Enter URL pointing to a remote .gtf file" name="gene_annotation_url" type="text" optional="False"/> 22 label="Enter URL pointing to a remote GTF/GFF file" name="gene_annotation_url" type="text" optional="False"/>
23 </inputs> 23 </inputs>
24 <outputs> 24 <outputs>
25 <data format="data_manager_json" name="out_file" /> 25 <data format="data_manager_json" name="out_file" />
26 </outputs> 26 </outputs>
27 <tests> 27 <tests>