changeset 12:8b1ecf4c1cc6 draft default tip

Uploaded
author pavanvidem
date Mon, 19 Aug 2013 11:45:09 -0400
parents 2b72295385ef
children
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Aug 19 11:38:30 2013 -0400
+++ b/tool_dependencies.xml	Mon Aug 19 11:45:09 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-<!-- 
+
    <package name="blockbuster" version="1.0">
         <install version="1.0">
             <actions>
@@ -20,7 +20,28 @@
         </readme>
     </package>
 
+   <package name="EDeN" version="1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.bioinf.uni-freiburg.de/~costa/EDeN.tgz</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>EDeN</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+	
+        </readme>
+    </package>
 
+
+
+<!--
     <package name="BEDTools" version="1.0">
         <install version="1.0">
             <actions>
@@ -39,24 +60,5 @@
 	
         </readme>
     </package>
-
 -->
-   <package name="blockbuster" version="1.0">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url">http://www.bioinf.uni-freiburg.de/~costa/EDeN.tgz</action>
-                <action type="shell_command">make</action>
-                <action type="move_file">
-                    <source>EDeN</source>
-                    <destination>$INSTALL_DIR/bin</destination>
-                </action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>
-	
-        </readme>
-    </package>
 </tool_dependency>