changeset 8:183cb55b1729 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1b94a87202e36833ed523d989382bd2da233776
author bgruening
date Fri, 24 Aug 2018 17:15:24 -0400
parents 15df15127c18
children d6787bab7b11
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Mar 23 17:52:57 2018 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="methyldackel" version="0.3.0">
-        <install version="1.0">
-            <actions>
-                <action target_filename="MethylDackel-0.3.0.tar.gz" type="download_by_url">https://github.com/dpryan79/MethylDackel/archive/0.3.0.tar.gz</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">mkdir $INSTALL_DIR/bin</action>
-                <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
-                    <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
-                </action>
-            </actions>
-        </install>
-            <readme>
-        <![CDATA[
-            MethylDackel: A tool for processing bisulfite sequencing alignments.
-            See https://github.com/dpryan79/MethylDackel/
-        ]]>
-        </readme>
-    </package>
-</tool_dependency>