view tool_dependencies.xml @ 6:0e053330e01c

Update checkout revision.
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 23 Aug 2013 17:30:04 -0400
parents 0b4fb804d717
children a0c802cd49e7
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 bef45393f6519556f45037c1de75580e9121f3d1 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>