changeset 12:4a11086ede4b draft

Uploaded
author jeremie
date Thu, 19 Jun 2014 10:22:16 -0400
parents aea585951b97
children b77ffd27beda
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 19 10:17:34 2014 -0400
+++ b/tool_dependencies.xml	Thu Jun 19 10:22:16 2014 -0400
@@ -8,16 +8,14 @@
 			<actions>
 				<!-- <action type="shell_command">git clone https://github.com/genome/pindel.git pindel</action> -->
 				<action type="download_by_url" target_filename="pindel-master.zip">https://github.com/genome/pindel/archive/master.zip</action>
-				<action type="shell_command">ls</action>
-				<action type="shell_command">cd ..</action>
-				<action type="shell_command">ls</action>
-				<!-- <action type="move_directory_files">
+				<!-- <action type="shell_command">ls</action>
+				<action type="move_directory_files">
 					<source_directory>.</source_directory>
 					<destination_directory>$INSTALL_DIR</destination_directory>
-				</action> -->
-				<!-- <action type="shell_command">unzip pindel-master.zip -d pindel</action>--> -->
+				</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">make SAMTOOLS=~/samtools</action>  -->
 				<action type="shell_command">./INSTALL ~/samtools</action> 
 				<action type="move_file">
 					<source>pindel</source>