view tool_dependencies.xml @ 0:1ab4c65685f3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fatotwobit_35x1 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:58:16 -0400
parents
children 46615329ea72
line wrap: on
line source

<tool_dependency>
    <package name="faToTwoBit" version="35x1">
        <install version="1.0">
            <actions>
                <action type="download_binary">
                    <url_template os="linux" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/faToTwoBit_35x1</url_template>
                    <url_template os="darwin" architecture="i686">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/faToTwoBit_35x1</url_template>
                    <url_template os="darwin" architecture="i386">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/faToTwoBit_35x1</url_template>
                    <url_template os="darwin" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/faToTwoBit_35x1</url_template>
                </action>

                <action type="move_file">
                    <source>faToTwoBit_35x1</source>
                    <destination>$INSTALL_DIR/bin/faToTwoBit</destination>
                </action>
                <action type="chmod">
                    <file mode="755">$INSTALL_DIR/bin/faToTwoBit</file>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable name="FATOTWOBIT_ROOT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
                </action>

            </actions>
        </install>
        <readme>
faToTwoBit: convert Fasta format sequence files to a dense randomly-accessable .2bit format that gfClient can use.
http://genome.ucsc.edu/goldenPath/help/blatSpec.html
        </readme>
    </package>
</tool_dependency>