view data_manager/data_manager_snpEff_databases.xml @ 11:def511e8e005 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 00d1775d87af54665ec1871f021bcec6b4b7a15a"
author iuc
date Tue, 24 Nov 2020 07:27:28 +0000
parents 08d7998c3afb
children
line wrap: on
line source

<tool id="data_manager_snpeff_databases" name="SnpEff Databases" version="4.3.1t" tool_type="manage_data" profile="18.09">
    <description>Read the list of available SnpEff databases</description>
    <requirements>
        <requirement type="package" version="4.3.1t">snpeff</requirement>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/data_manager_snpEff_databases.py' '$out_file'
    ]]></command>
    <inputs>
    </inputs>
    <outputs>
        <data name="out_file" format="data_manager_json"/>
    </outputs>
    <tests>
        <test>
            <output name="out_file">
                <assert_contents>
                    <!-- Check that a genome was added -->
                    <has_text text="GRCh38.86" />
                </assert_contents>
            </output>
        </test>
    </tests>
    <help><![CDATA[
This tool updates the list of SnpEff databases for the SnpEff Download data manager.
It should only need to be run once for a SnpEff version, since it populates the SnpEff Download data manager from the SnpEff config file.

For information about SnpEff: http://snpeff.sourceforge.net
    ]]></help>
    <citations>
        <citation type="doi">10.4161/fly.19695</citation>
    </citations>
</tool>