view tool_dependencies.xml @ 3:de60d1631ce4

More integer checking fixes.
author Daniel Blankenberg <dan@bx.psu.edu>
date Mon, 16 Sep 2013 10:40:43 -0400
parents 535f32a9a815
children b97259dc9149
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pyBamTools" version="0.0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">hg clone -r 6dfcfbfa0f095c0eee5705a85d5302f267664a40 https://bitbucket.org/dan/pybamtools pyBamTools</action>
                <action type="make_directory">$INSTALL_DIR/lib/python</action>
                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR</action> 
                <action type="set_environment">
                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
Installs pyBamTools libraries.
        </readme>
    </package>
</tool_dependency>