diff tool_dependencies.xml @ 0:ffb3e57089ee draft

Uploaded
author bernhardlutz
date Tue, 20 May 2014 14:44:25 -0400
parents
children cc8ae959f7b5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue May 20 14:44:25 2014 -0400
@@ -0,0 +1,18 @@
+<tool_dependency>
+    <package name="rnabob" version="2.2.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://selab.janelia.org/software/rnabob/rnabob.tar.gz</action>
+                <action type="shell_command">make</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+                <action type="move_file">
+                    <source>rnabob</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling rnabob requires a C compiler (typically gcc)</readme>
+    </package>
+</tool_dependency>