changeset 7:9425706f4e97 draft

fixed
author fubar
date Sat, 10 Aug 2013 01:42:26 -0400
parents 33b5c8dc8e60
children 6b232288f519
files rgrnastar/tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rgrnastar/tool_dependencies.xml	Fri Aug 09 23:23:34 2013 -0400
+++ b/rgrnastar/tool_dependencies.xml	Sat Aug 10 01:42:26 2013 -0400
@@ -3,10 +3,10 @@
     <package name="rnastar" version="2.3.0e">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">https://rna-star.googlecode.com/files/STAR_2.3.0e.tgz</action>
+                <action type="shell_command">make</action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="make_directory">$INSTALL_DIR/bin</action>
-                <action type="download_by_url" target_filename="STAR_2.3.0e.tar.gz">http://rna-star.googlecode.com/files/STAR_2.3.0e.tgz</action>
-                <action type="shell_command">make</action>
                 <action type="move_file">
                     <source>STAR</source>
                     <destination>$INSTALL_DIR/bin</destination>