changeset 8:f5ce6ab5f082 draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 05:00:50 -0400
parents 5576050e5d46
children afb3bd4f7186
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 24 04:57:45 2013 -0400
+++ b/tool_dependencies.xml	Tue Sep 24 05:00:50 2013 -0400
@@ -24,7 +24,7 @@
                 <action type="shell_command">
                 	wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database"
             	</action>
-            	<action type="move_directory_file">
+            	<action type="move_directory_files">
             		<source_directory>database</source_directory>
             		<destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/database</destination_directory>
             	</action>
@@ -32,7 +32,7 @@
             	<action type="shell_command">
             		wget -r -np -nH --cut-dirs=4 -R index.html "ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data"
             	</action>
-            	<action type="move_directory_file">
+            	<action type="move_directory_files">
             		<source_directory>internal_data</source_directory>
             		<destination_directory>$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</destination_directory>
             	</action>