changeset 0:6d5160860a70 draft default tip

Uploaded
author bernhardlutz
date Tue, 14 Jan 2014 15:37:07 -0500
parents
children
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	Tue Jan 14 15:37:07 2014 -0500
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="vienna_rna" version="1.8.5">
+        <repository changeset_revision="18c7086dbb43" name="package_vienna_rna_1_8" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="intarna" version="1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.bioinf.uni-freiburg.de/Software/IntaRNA/intarna-1.2.5.tar.gz</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="18c7086dbb43" name="package_vienna_rna_1_8" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                        <package name="vienna_rna" version="1.8.5" />
+                    </repository>
+                </action>
+                <action type="shell_command">./configure --prefix $INSTALL_DIR --with-RNA=$ROOT_VIENNA_RNA_DIR</action>
+                <action type="make_install" />
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+                
+            </actions>
+        </install>
+        <readme>Compiling IntaRNA requires a C compiler (typically gcc)</readme>
+    </package>
+</tool_dependency>