changeset 32:1218b14e265d draft

Uploaded
author jeremie
date Fri, 27 Jun 2014 05:49:00 -0400
parents d2437fabfe7d
children 0d03f1e09b95
files tool_dependencies.xml
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jun 27 05:31:36 2014 -0400
+++ b/tool_dependencies.xml	Fri Jun 27 05:49:00 2014 -0400
@@ -3,7 +3,13 @@
 	<package name="breakdancer" version="1.2.6">
 		<install version="1.0">
 			<actions>
-				<action type="download_binary" target_directory="bin">
+				<action type="download_by_url" target_filename="bin.tar.gz">https://www.dropbox.com/s/6fpm0vqmn0vu5m2/1_2_6.tar.gz?dl=1
+				</action>
+				<action type="move_directory_files">
+					<source_directory>bin</source_directory>
+					<destination_directory>$INSTALL_DIR/bin</destination_directory>
+				</action>
+				<!-- <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">
@@ -13,7 +19,7 @@
 					<url_template os="linux">https://www.dropbox.com/s/4yj96h4srk0uaf7/breakdancer2vcf.py?dl=1</url_template>
 				</action>
 				<action type="shell_command">mv $INSTALL_DIR/bin/breakdancer-max?dl=1 $INSTALL_DIR/bin/breakdancer-max
-				</action>
+				</action> -->
 				<!-- <action type="move_file">
 					<source>$INSTALL_DIR/bin/breakdancer-max?dl=1</source>
 					<destination>$INSTALL_DIR/bin/breakdancer-max</destination>