changeset 7:6027af2c1af8 draft

Uploaded
author fubar
date Wed, 25 Sep 2013 21:19:44 -0400
parents c57b6659bedd
children aac389ef2849
files rgweblogo/tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rgweblogo/tool_dependencies.xml	Wed Sep 25 21:14:04 2013 -0400
+++ b/rgweblogo/tool_dependencies.xml	Wed Sep 25 21:19:44 2013 -0400
@@ -10,6 +10,9 @@
         <install version="1.0">
             <actions>
                 <!-- populate the environment variables from the dependend repos -->
+                <action type="download_by_url">http://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action>
+                <action type="shell_command">echo `ls -lt` &amp;&amp; echo `pwd`</action>
+                
                 <action type="set_environment_for_install">
                     <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
                         <package name="ghostscript" version="9.07" />
@@ -20,7 +23,6 @@
                 </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 &amp;&amp; 
                     python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">