changeset 52:d73b6c1ce7e6 draft

Uploaded
author jeremie
date Tue, 01 Jul 2014 05:06:11 -0400
parents 5bb7278d6da6
children c0b5ed060875
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jul 01 05:01:52 2014 -0400
+++ b/tool_dependencies.xml	Tue Jul 01 05:06:11 2014 -0400
@@ -11,7 +11,8 @@
                     </action>       
                 </actions>     -->            
                 <actions>
-                    <action type="download_by_url">https://github.com/genome/breakdancer/archive/master.zip</action>
+                    <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer</action>
+                    <!-- <action type="download_by_url">https://github.com/genome/breakdancer/archive/master.zip</action> -->
                     <action type="shell_command">mkdir build</action>
                     <action type="change_directory">build</action>
                     <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>