changeset 0:ea7ba24d640f draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_genometools_1_5_7 commit c9e8b7a0212c9fdc3b91ca0c38129a2a05e4abe2-dirty
author bebatut
date Tue, 10 Nov 2015 09:34:31 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Nov 10 09:34:31 2015 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="genometools" version="1.5.7">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://genometools.org/pub/genometools-1.5.7.tar.gz</action>
+                <action type="autoconf"></action>
+                <action type="set_environment">
+                    <environment_variable name="GENOMETOOLS_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+The GenomeTools genome analysis system is a collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named gt. 
+It is based on a C library named “libgenometools” which consists of several modules.
+
+For more details, see:
+http://genometools.org/
+        </readme>
+    </package>
+</tool_dependency>
\ No newline at end of file