changeset 18:b2ee314a33ef draft

Uploaded
author jeremie
date Thu, 26 Jun 2014 10:32:19 -0400
parents 04eb5f3cdb72
children c4dedf91da30
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 26 10:28:33 2014 -0400
+++ b/tool_dependencies.xml	Thu Jun 26 10:32:19 2014 -0400
@@ -3,12 +3,12 @@
 	<package name="breakdancer-max" version="1.2.6">
 		<install version="1.0">
 			<actions>
-				<action type="shell_command">wget https://www.dropbox.com/s/a2edlzsat5y04lf/1_2_6.zip</action>
+				<action type="download_by_url">wget https://www.dropbox.com/s/uu6i5m6ri32ogo9/breakdancer-max</action>
 				<action type="shell_command">ls</action>
 				<action type="shell_command">pwd</action>
-				<action type="shell_command">unzip 1_2_6.zip</action>
+				<!-- <action type="shell_command">unzip 1_2_6.zip</action>
 				<action type="shell_command">ls</action>
-				<action type="shell_command">pwd</action>
+				<action type="shell_command">pwd</action> -->
 				<action type="shell_command">cp breakdancer-max $INSTALL_DIR/bin</action>
 				<action type="shell_command">cp bam2cfg.pl $INSTALL_DIR/bin</action>
 				<action type="shell_command">cp breakdancer2vcf.py $INSTALL_DIR/bin</action>