Mercurial > repos > blankenberg > package_pybamtools
comparison tool_dependencies.xml @ 7:a0c802cd49e7 default tip
Update checkout revision.
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Mon, 26 Aug 2013 12:43:27 -0400 |
parents | 0e053330e01c |
children |
comparison
equal
deleted
inserted
replaced
6:0e053330e01c | 7:a0c802cd49e7 |
---|---|
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 bef45393f6519556f45037c1de75580e9121f3d1 https://bitbucket.org/dan/pybamtools pyBamTools</action> | 6 <action type="shell_command">hg clone -r 0a7c361d48ebe1c96f2cc6a0a4164508fd36186b 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> |