Mercurial > repos > bgruening > deeptools
diff tool_dependencies.xml @ 3:9441b4e5d2d6 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 16 Nov 2013 07:50:32 -0500 |
parents | a22ccc261bb3 |
children | ac935c35437a |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Nov 15 11:02:32 2013 -0500 +++ b/tool_dependencies.xml Sat Nov 16 07:50:32 2013 -0500 @@ -73,7 +73,7 @@ <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> - <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="prepand_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <!-- disable the config file of deepTools --> <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable> </action>