view tool_dependencies.xml @ 1:b0e9867f0dfb draft

planemo upload commit 4abfa4aaee08afe2a3246420ce5d131e1c1d42d8
author mvdbeek
date Fri, 25 Sep 2015 11:31:38 -0400
parents f530f97e76ea
children c9b972613908
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="perl" version="5.18.1">
        <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="ngs_sdk" version="1.1.3">
        <install version="1.0">
            <actions>
                <action target_filename="ngs-1.1.3.tar.gz" type="download_by_url">https://github.com/ncbi/ngs/archive/1.1.3.tar.gz</action>
                <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            ncbi-ngs-sdk, required for sra-tools package.

        </readme>
    </package>
</tool_dependency>