view data_manager/data_manager_gemini_download.xml @ 4:fe5a9a7d95b0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_gemini_database_downloader commit 283362494058ed64143b1f27afb447b8a1cb4313
author iuc
date Fri, 14 Dec 2018 12:40:15 -0500
parents 172815da3d41
children f57426daa04d
line wrap: on
line source

<tool id="data_manager_gemini_download" name="GEMINI Download" version="@VERSION@.1" tool_type="manage_data">
    <description>the annotation files required by the GEMINI suite of tools</description>
    <macros>
        <token name="@VERSION@">0.18.1</token>
        <token name="@DB_VERSION@">181</token>
    </macros>
    <requirements>
        <requirement type="package" version="@VERSION@">gemini</requirement>
    </requirements>
    <command detect_errors="exit_code">
        python '$__tool_directory__/data_manager_gemini_download.py' '$out_file'
    </command>
    <inputs>
        <param name="cadd" type="boolean" truevalue="--extra cadd_score" falsevalue="" checked="True"
            label="Download CADD scores for GEMINI database annotation" help="(--extra cadd_score)"/>
        <param name="gerp_bp" type="boolean" truevalue="--extra gerp_bp" falsevalue="" checked="True"
            label="Download GERP for GEMINI database annotation" help="(--extra gerp_bp)"/>
        <param name="gemini_db_version" type="hidden" value="@DB_VERSION@"/>
    </inputs>
    <outputs>
        <data name="out_file" format="data_manager_json" label="${tool.name}"/>
    </outputs>
    <tests>
    </tests>
    <help>
This tool downloads the GEMINI annotation files and makes them available to
corresponding versions of the GEMINI suite of tools. Downloading the (very large) CADD_ scores and GERP_ annotation files is optional.

Please visit http://gemini.readthedocs.io for details about GEMINI.

.. _GERP: http://mendel.stanford.edu/SidowLab/downloads/gerp/index.html
.. _CADD: https://cadd.gs.washington.edu/
    </help>
    <citations>
        <citation type="doi">10.1371/journal.pcbi.1003153</citation>
    </citations>
</tool>