view tool_dependencies.xml @ 0:61f39c77b13d draft

planemo upload commit 250051c3d660df43da92c76913552767ce142a45
author yating-l
date Wed, 12 Apr 2017 17:52:09 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="ucsc_tools_340" version="1.0">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/ucsc_tools_340.tar.gz</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>                       
                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
                    </action>    
                </actions>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions_group>
         </install>
         <readme>The well known UCSC tools from Jim Kent.</readme>
    </package>

    <package name="bedtools" version="2.24">
        <repository changeset_revision="3416a1d4a582" name="package_bedtools_2_24" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>

</tool_dependency>