diff tool_dependencies.xml @ 1:9ebd60531aa6 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/mea commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author rnateam
date Mon, 20 Nov 2017 05:04:03 -0500
parents 399593f05b4d
children
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Aug 01 04:46:19 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="gengetopt" version="2.22.6">
-        <repository changeset_revision="6071205c5cd3" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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="6071205c5cd3" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://toolshed.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_to" name="MEA_ROOT_PATH">$INSTALL_DIR</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>Compiling MEA requires a C++ compiler (usually g++)</readme>
-    </package>
-</tool_dependency>