Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
view data_manager/gene_annotation_fetcher.xml @ 47:3a02b8ab423a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_gene_annotation/ commit 02d2967f77e3fa5a18aea63dc84aa9ab418dc165"
author | iuc |
---|---|
date | Sun, 22 Nov 2020 12:48:13 +0000 |
parents | 9346d2955707 |
children | e4b92f2ca217 |
line wrap: on
line source
<?xml version="1.0"?> <tool id="gene_annotation_fetcher_data_manager" name="Gene Annotation Fetch" tool_type="manage_data" version="1.0.1"> <description>gene annotation fetcher</description> <command detect_errors="exit_code"> <![CDATA[ python '$__tool_directory__/data_manager.py' --out '${out_file}' #if $gene_annotation_url: --url '${gene_annotation_url}' #end if #if $database_name: --name '${database_name}' #end if ]]> </command> <inputs> <param name="database_name" type="text" optional="true" label="Name for this database" help="Enter a unique identifier, or leave blank for today's date" /> <param name="gene_annotation_url" type="text" label="Enter URL for gene annotation files" /> </inputs> <outputs> <data format="data_manager_json" name="out_file" /> </outputs> <help> </help> </tool>