changeset 8:95ea3e767a2d

Fixed more bugs to tool_dependencies.xml
author lionelguy
date Wed, 17 Jul 2013 03:36:48 -0400
parents 9646ce0f66e0
children 334ed4f2a504
files tools/spades_2_4/tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/spades_2_4/tool_dependencies.xml	Wed Jul 17 03:27:35 2013 -0400
+++ b/tools/spades_2_4/tool_dependencies.xml	Wed Jul 17 03:36:48 2013 -0400
@@ -5,8 +5,14 @@
             <actions>
                 <action type="download_by_url">http://spades.bioinf.spbau.ru/release2.4.0/SPAdes-2.4.0-Linux.tar.gz</action>
                 <!-- Copying the whole bin folder -->
+		<action type="make_directory">$INSTALL_DIR/bin</action>
+		<action type="make_directory">$INSTALL_DIR/share</action>
+		<action type="move_directory_files">
+		  <source_directory>bin</source_directory>
+		  <destination_directory>$INSTALL_DIR</destination_directory>
+		</action>
                 <action type="move_directory_files">
-		  <source_directory>SPAdes-2.4.0-Linux</source_directory>
+		  <source_directory>share</source_directory>
 		  <destination_directory>$INSTALL_DIR</destination_directory>
 		</action>
 		<!-- This is required to have spades accept .dat files -->