changeset 4:eed76d900bc0 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 04:15:51 -0400
parents 65f8bb1b0701
children 906900f8e32c
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 24 04:07:18 2013 -0400
+++ b/tool_dependencies.xml	Tue Sep 24 04:15:51 2013 -0400
@@ -11,10 +11,13 @@
             		<source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source>
             		<destination>$INSTALL_DIR</destination>
             	</action>
-                <action type="shell_command">tar -zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz</action>
+            	<action type="make_directory">
+            		$INSTALL_DIR/igblast
+            	</action>
+                <action type="shell_command">tar -zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR/igblast</action>
                 
                 <action type="set_environment">
-                	<environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux</environment_variable>
+                	<environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/igblast</environment_variable>
                 </action>
             </actions>
         </install>