changeset 25:e1776181533b draft

Uploaded
author jeremie
date Fri, 27 Jun 2014 03:29:31 -0400
parents 7b996c27bdae
children c5a0c3797d1d
files tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 26 11:02:32 2014 -0400
+++ b/tool_dependencies.xml	Fri Jun 27 03:29:31 2014 -0400
@@ -4,17 +4,18 @@
 		<install version="1.0">
 			<actions>
 				<action type="download_binary" target_directory="bin">
-                    <url_template os="linux">https://www.dropbox.com/s/uu6i5m6ri32ogo9/breakdancer-max</url_template>
-                </action>
-                <action type="chmod">
-                    <file mode="750">$INSTALL_DIR/bin/breakdancer-max</file>
-                </action>
-                <action type="download_binary" target_directory="bin">
-                    <url_template os="linux">https://www.dropbox.com/s/owg7s479fyq8zps/bam2cfg.pl</url_template>
-                </action>
-                <action type="download_binary" target_directory="bin">
-                    <url_template os="linux">https://www.dropbox.com/s/4yj96h4srk0uaf7/breakdancer2vcf.py</url_template>
-                </action>
+					<url_template os="linux">https://www.dropbox.com/s/uu6i5m6ri32ogo9/breakdancer-max</url_template>
+				</action>
+
+				<action type="download_binary" target_directory="bin">
+					<url_template os="linux">https://www.dropbox.com/s/owg7s479fyq8zps/bam2cfg.pl</url_template>
+				</action>
+				<action type="download_binary" target_directory="bin">
+					<url_template os="linux">https://www.dropbox.com/s/4yj96h4srk0uaf7/breakdancer2vcf.py</url_template>
+				</action>
+				<action type="chmod">
+					<file mode="750">$INSTALL_DIR/bin/*</file>
+				</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> -->