changeset 13:b77ffd27beda draft

Uploaded
author jeremie
date Thu, 19 Jun 2014 10:26:02 -0400
parents 4a11086ede4b
children 9d540c67d888
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 19 10:22:16 2014 -0400
+++ b/tool_dependencies.xml	Thu Jun 19 10:26:02 2014 -0400
@@ -14,9 +14,9 @@
 					<destination_directory>$INSTALL_DIR</destination_directory>
 				</action>
 				<action type="shell_command">unzip pindel-master.zip -d pindel</action>
-				<action type="shell_command">cd master</action>
-				<action type="shell_command">make SAMTOOLS=~/samtools</action>  -->
-				<action type="shell_command">./INSTALL ~/samtools</action> 
+				<action type="shell_command">cd master</action> -->
+				<action type="shell_command">make SAMTOOLS=~/samtools</action>
+				<!-- <action type="shell_command">./INSTALL ~/samtools</action>  -->
 				<action type="move_file">
 					<source>pindel</source>
 					<destination>$INSTALL_DIR/</destination>