view data_manager/customProDB_annotation.xml @ 4:b42974daa659 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty
author galaxyp
date Thu, 28 Jan 2016 18:46:50 -0500
parents af0a098e15bd
children a0ca66b32792
line wrap: on
line source

<tool id="custom_pro_db_annotation_data_manager" name="CustomProDB Annotation" tool_type="manage_data" version="0.0.1">
    <description>builder</description>
    <command interpreter="Rscript --vanilla">customProDB_annotation.R
      --outputFile "${out_file}"
      --dbkey "${dbkey}"
      --dbkey_description ${ dbkey.get_display_text() }
      2&gt;&amp;1
    </command>
    <stdio>
        <exit_code range=":-1" />
        <exit_code range="1:" />
    </stdio>
    <inputs>
        <param type="genomebuild" name="dbkey" value="" label="UCSC dbKey for reference genome" />
    </inputs>
    <outputs>
        <data name="out_file" format="data_manager_json"/>
    </outputs>

    <help>

.. class:: infomark

**Notice:** If you leave name, description, or id blank, it will be generated automatically. 

    </help>
</tool>