changeset 23:1d96132f0bf7 draft

Uploaded
author fcaramia
date Wed, 19 Jun 2013 23:04:33 -0400
parents cebac0d02f64
children 7e851cec5aa7
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 19 22:49:05 2013 -0400
+++ b/tool_dependencies.xml	Wed Jun 19 23:04:33 2013 -0400
@@ -19,8 +19,7 @@
 		<action type="shell_command">tar -xzvf master</action>
 		<action type="shell_command">rm -rf  somatic-sniper-master/build-common/</action>
 		<action type="shell_command">mv genome-build-common-077bd57/ somatic-sniper-master/build-common/</action>		
-                <action type="shell_command">cmake -D Samtools_INCLUDE_DIR:PATH=$INSTALL_DIR/bin/samtools somatic-sniper-master/ </action>
-                <action type="shell_command">make -C somatic-sniper-master/ </action>
+                <action type="shell_command">cmake -D Samtools_INCLUDE_DIR:PATH=$INSTALL_DIR/bin/samtools somatic-sniper-master/ &amp;&amp; make -C somatic-sniper-master/</action>
                 <action type="move_directory_files">
                     <source_directory>somatic-sniper-master/bin</source_directory>
                     <destination_directory>$INSTALL_DIR/bin</destination_directory>