changeset 8:839bffe79585 draft

Uploaded v0.0.8, preview 4, download_by_url must be first action
author peterjc
date Fri, 17 May 2013 09:49:19 -0400
parents 6e7694a0ae00
children 23bce1e3004f
files tools/blast2go/tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/blast2go/tool_dependencies.xml	Thu May 09 05:34:44 2013 -0400
+++ b/tools/blast2go/tool_dependencies.xml	Fri May 17 09:49:19 2013 -0400
@@ -3,13 +3,14 @@
     <package name="b2g4pipe" version="2.5">
         <install version="1.0">
             <actions>
+                <!-- If used, download_by_url must be the first action -->	
+                <!-- The ZIP file decompresses to give a folder b2g4pipe -->
+                <action type="download_by_url">http://www.blast2go.com/data/blast2go/b2g4pipe_v2.5.zip</action>
+                <action type="move_directory_files"><source_directory>b2g4pipe</source_directory><destination_directory>$INSTALL_DIR/</destination_directory></action>
                 <!-- Set environment variable $B2G4PIPE so Python script knows where to look -->
                 <action type="set_environment">
                     <environment_variable name="B2G4PIPE" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
-                <!-- The ZIP file decompresses to give a folder b2g4pipe -->
-                <action type="download_by_url">http://www.blast2go.com/data/blast2go/b2g4pipe_v2.5.zip</action>
-                <action type="move_directory_files"><source_directory>b2g4pipe</source_directory><destination_directory>$INSTALL_DIR/</destination_directory></action>
             </actions>
         </install>
         <readme>