view tool_dependencies.xml @ 0:f40b0b26e766 default tip

First commit
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 20 Oct 2015 13:05:05 +0100
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="RUST" version="0.1.0">
        <install version="1.0">
            <actions>
                <action type="setup_virtualenv">RUST==0.1.0</action>
                <action type="set_environment">
                    <environment_variable action="set_to" name="RUST_PATH">$INSTALL_DIR/venv/lib/python2.7/site-packages/RUST</environment_variable>
                </action>
            </actions>
        </install>
        <readme>          
        </readme>
    </package>
    <package name="samtools" version="0.1.18">
        <repository changeset_revision="c0f72bdba484" name="package_samtools_0_1_18" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
</tool_dependency>