Mercurial > repos > fubar > package_weblogo_3_3
changeset 3:05d3efb07ab9 draft
Uploaded
author | fubar |
---|---|
date | Tue, 24 Sep 2013 22:42:06 -0400 |
parents | 840317809915 |
children | 6168020ba3af |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 24 22:36:52 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 24 22:42:06 2013 -0400 @@ -10,6 +10,7 @@ <package name="package_weblogo" version="3.3"> <install version="1.0"> <actions> + <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- populate the environment variables from the dependend repos --> <action type="set_environment_for_install"> <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/"> @@ -20,7 +21,6 @@ </repository> </action> <!-- install weblogo --> - <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="download_by_url">http://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action> <action type="shell_command">export PYTHONPATH=$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY:$PYTHONPATH && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>