diff tool_dependencies.xml @ 0:9ab890b4d814 draft

planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
author rnateam
date Wed, 01 Jul 2015 09:56:14 -0400
parents
children 34fc6f78ed7c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jul 01 09:56:14 2015 -0400
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="gengetopt" version="2.22.6">
+        <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="mea" version="0.6.4">
+        <install version="1.0">
+            <actions>
+              <action type="download_by_url">
+		http://www.bioinf.uni-leipzig.de/Software/mea/mea-0.6.4.tar.gz
+	      </action>
+
+              <action type="set_environment_for_install">
+                <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                  <package name="gengetopt" version="2.22.6" />
+                </repository>
+              </action>
+	      
+              <action type="autoconf" />
+	      
+              <action type="set_environment">
+                <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin
+		</environment_variable>
+		<environment_variable action="set" name="MEA_ROOT_PATH">$INSTALL_DIR
+		</environment_variable>
+              </action>
+            </actions>
+        </install>
+        <readme>Compiling MEA requires a C++ compiler (usually g++)</readme>
+    </package>
+</tool_dependency>