Previous changeset 2:586578e137b3 (2015-12-18) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 586578e137b3 -r 7ef691e979b5 tool_dependencies.xml --- a/tool_dependencies.xml Fri Dec 18 05:52:13 2015 -0500 +++ b/tool_dependencies.xml Fri Dec 18 07:01:56 2015 -0500 |
b |
@@ -7,7 +7,12 @@ <install version="1.0"> <actions> <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action> - <action type="make_directory">$INSTALL_DIR/lib/python</action> + <action type="set_environment_for_install"> + <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="python" version="2.7.10" /> + </repository> + </action> + <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="make_directory">$INSTALL_DIR/lib/python/bin</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |