Mercurial > repos > blankenberg > package_pybamtools_0_0_1
comparison tool_dependencies.xml @ 2:535f32a9a815
More integer checking fixes.
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Mon, 16 Sep 2013 10:15:02 -0400 |
parents | a95e083f1005 |
children | de60d1631ce4 |
comparison
equal
deleted
inserted
replaced
1:a95e083f1005 | 2:535f32a9a815 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="pyBamTools" version="0.0.1"> | 3 <package name="pyBamTools" version="0.0.1"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="shell_command">hg clone -r 9cdf971c9bf49cbc2dc2986b43c214d18b7157ea https://bitbucket.org/dan/pybamtools pyBamTools</action> | 6 <action type="shell_command">hg clone -r 7b2bd2ad45581be7c32558bd67a91f6840bd5570 https://bitbucket.org/dan/pybamtools pyBamTools</action> |
7 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 7 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action> | 8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action> |
9 <action type="set_environment"> | 9 <action type="set_environment"> |
10 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | 10 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> |
11 </action> | 11 </action> |