changeset 2:fb301c318fec draft

Uploaded
author fubar
date Wed, 10 Jul 2013 21:02:33 -0400
parents e49657d6921e
children 98273d7fd5da
files rgclustal/tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rgclustal/tool_dependencies.xml	Wed Jul 10 20:38:37 2013 -0400
+++ b/rgclustal/tool_dependencies.xml	Wed Jul 10 21:02:33 2013 -0400
@@ -4,8 +4,9 @@
         <install version="1.0"> 
            <actions>
                 <action type="make_directory">$INSTALL_DIR</action>
-                <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; cp $INSTALL_DIR/src/clustalw $INSTALL_DIR</action>
+                <action type="download_by_url" target_filename="clustalw-2.1.tgz">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR &amp;&amp; make</action>
+                <action type="move_file"><source>$INSTALL_DIR/src/clustalw2</source><destination>$INSTALL_DIR</destination></action>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
                 </action>