changeset 31:d2437fabfe7d draft

Uploaded
author jeremie
date Fri, 27 Jun 2014 05:31:36 -0400
parents 125046b78e85
children 1218b14e265d
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jun 27 04:53:54 2014 -0400
+++ b/tool_dependencies.xml	Fri Jun 27 05:31:36 2014 -0400
@@ -6,14 +6,15 @@
 				<action type="download_binary" target_directory="bin">
 					<url_template os="linux">https://www.dropbox.com/s/uu6i5m6ri32ogo9/breakdancer-max?dl=1</url_template>
 				</action>
-
 				<action type="download_binary" target_directory="bin">
 					<url_template os="linux">https://www.dropbox.com/s/owg7s479fyq8zps/bam2cfg.pl?dl=1</url_template>
 				</action>
 				<action type="download_binary" target_directory="bin">
 					<url_template os="linux">https://www.dropbox.com/s/4yj96h4srk0uaf7/breakdancer2vcf.py?dl=1</url_template>
 				</action>
-				<action type="move_file">
+				<action type="shell_command">mv $INSTALL_DIR/bin/breakdancer-max?dl=1 $INSTALL_DIR/bin/breakdancer-max
+				</action>
+				<!-- <action type="move_file">
 					<source>$INSTALL_DIR/bin/breakdancer-max?dl=1</source>
 					<destination>$INSTALL_DIR/bin/breakdancer-max</destination>
 				</action>
@@ -27,7 +28,7 @@
 				</action>
 				<action type="chmod">
 					<file mode="750">$INSTALL_DIR/bin/*</file>
-				</action>
+				</action> -->
 				<!-- <action type="shell_command">cp $REPOSITORY_INSTALL_DIR/breakdancer-max $INSTALL_DIR/bin</action>
 				<action type="shell_command">cp $REPOSITORY_INSTALL_DIR/bam2cfg.pl $INSTALL_DIR/bin</action>
 				<action type="shell_command">cp $REPOSITORY_INSTALL_DIR/breakdancer2vcf.py $INSTALL_DIR/bin</action> -->