diff tool_dependencies.xml @ 10:87f6ce525479 draft default tip

Uploaded
author bernhardlutz
date Thu, 09 Jan 2014 16:11:17 -0500
parents 0acb69966d7c
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Jan 09 16:11:17 2014 -0500
@@ -0,0 +1,14 @@
+<tool_dependency>
+    <package name="rnaz" version="2.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.tbi.univie.ac.at/~wash/RNAz/RNAz-2.1.tar.gz</action>
+                <action type="autoconf" />
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling RNAz requires a C compiler (typically gcc)</readme>
+    </package>
+</tool_dependency>