Mercurial > repos > pjbriggs > pal_finder
diff tool_dependencies.xml @ 4:431849236cb9 draft
Update Biopython environment.
author | pjbriggs |
---|---|
date | Fri, 04 Dec 2015 05:29:47 -0500 |
parents | 1cea7b4b838f |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Dec 04 04:36:51 2015 -0500 +++ b/tool_dependencies.xml Fri Dec 04 05:29:47 2015 -0500 @@ -70,6 +70,7 @@ <action type="shell_command">pip install --install-option "--prefix=$INSTALL_DIR" https://pypi.python.org/packages/source/b/biopython/biopython-1.65.tar.gz</action> <action type="set_environment"> <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> + <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib64/python2.7/site-packages</environment_variable> </action> </actions> </install>