view tool_dependencies.xml @ 1:b94222f67347 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gfclient_35x1 commit 15099b938e3ef54150ebf6b67969c27928c763c0
author iuc
date Tue, 19 Jul 2016 06:10:35 -0400
parents e848fce5db2e
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="gfClient" version="35x1">
        <install version="1.0">
            <actions>
                <action type="download_binary">
                    <url_template os="linux" architecture="x86_64" sha256sum="a379a1ffbd55d86955fad942adada96d830e0ef83765f96d26892b7e8cfee196">
                        https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/gfClient_35x1
                    </url_template>
                    <url_template os="darwin" architecture="i686" sha256sum="f2405cb9712d7fd80bcb1368abe4931d54761e517393f8d3be6275861e7b73c1">
                        https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/gfClient_35x1
                    </url_template>
                    <url_template os="darwin" architecture="i386" sha256sum="f2405cb9712d7fd80bcb1368abe4931d54761e517393f8d3be6275861e7b73c1">
                        https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/gfClient_35x1
                    </url_template>
                    <url_template os="darwin" architecture="x86_64" sha256sum="11ab71f7818180c1d648bbf46f8f179bda0739e2b8891f473ed5ef280ba6db55">
                        https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/gfClient_35x1
                    </url_template>
                </action>

                <action type="move_file">
                    <source>gfClient_35x1</source>
                    <destination>$INSTALL_DIR/bin/gfClient</destination>
                </action>
                <action type="chmod">
                    <file mode="755">$INSTALL_DIR/bin/gfClient</file>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable name="GFCLIENT_ROOT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
                </action>

            </actions>
        </install>
        <readme>
gfClient: a program that queries gfServer over the network, and then does a detailed alignment of the query sequence with regions found by gfServer.
https://genome.ucsc.edu/goldenPath/help/blatSpec.html
        </readme>
    </package>
</tool_dependency>