view snpEff_databases.xml @ 6:9ec1cb6f760d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit e5a5ad091c621348dc6ce2df861475ebc54a380e
author iuc
date Tue, 13 Oct 2015 17:30:57 -0400
parents 92b80578fa22
children aaa749ea91a2
line wrap: on
line source

<tool id="snpEff_databases" name="SnpEff Available Databases" version="@WRAPPER_VERSION@.0">
    <description></description>
    <macros>
        <import>snpEff_macros.xml</import>
    </macros>
    <expand macro="requirements" />
    <expand macro="stdio" />
    <command>
<![CDATA[
    java -jar \$SNPEFF_JAR_PATH/snpEff.jar databases |  grep -v '^---' | sed 's/^Genome/#Genome/' | sed  's/  *//g' > $snpeff_dbs
]]>
    </command>
    <inputs>
    </inputs>
    <outputs>
        <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" />
    </outputs>
    <help>

@EXTERNAL_DOCUMENTATION@

@CITATION_SECTION@

    </help>
</tool>