Mercurial > repos > lparsons > htseq_count
changeset 1:14e18dc9ed13
Build htseq package from source
author | Lance Parsons <lparsons@princeton.edu> |
---|---|
date | Tue, 04 Sep 2012 14:00:14 -0400 |
parents | 3fdeebd7e710 |
children | 265ca0f35789 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 04 13:45:36 2012 -0400 +++ b/tool_dependencies.xml Tue Sep 04 14:00:14 2012 -0400 @@ -8,6 +8,7 @@ <action type="set_environment"> <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> </action> + <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py build</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>