changeset 0:37761d9ca439 draft

Uploaded
author jeremie
date Thu, 26 Jun 2014 04:15:49 -0400
parents
children 209f9e6e9907
files tool_dependencies.xml
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Jun 26 04:15:49 2014 -0400
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="breakdancer" version="1.4.4(commit e2ceb53)">
+        <install version="1.0">
+            <actions>
+				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
+				<action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git .</action>
+				<!-- <action type="shell_command">cd breakdancer</action> -->
+				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
+				<action type="shell_command">mkdir build</action>
+				<action type="shell_command">ls</action>
+				<action type="shell_command">folder=pwd</action>
+				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local 2>folder/errorfile</action>
+				<action type="shell_command">make</action>
+				<action type="shell_command">make install</action>
+				<!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
+            </actions>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>
+