Mercurial > repos > bgruening > deeptools
comparison tool_dependencies.xml @ 4:ac935c35437a draft
Uploaded
author | bgruening |
---|---|
date | Sat, 16 Nov 2013 07:54:13 -0500 |
parents | 9441b4e5d2d6 |
children | c54d31467be4 |
comparison
equal
deleted
inserted
replaced
3:9441b4e5d2d6 | 4:ac935c35437a |
---|---|
71 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 71 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
72 </action> | 72 </action> |
73 | 73 |
74 <action type="set_environment"> | 74 <action type="set_environment"> |
75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
76 <environment_variable action="prepand_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
77 <!-- disable the config file of deepTools --> | 77 <!-- disable the config file of deepTools --> |
78 <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable> | 78 <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable> |
79 </action> | 79 </action> |
80 </actions> | 80 </actions> |
81 </install> | 81 </install> |