changeset 0:694e1927751d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/package/package_meme_4_10_0 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:59:21 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 42 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue May 19 14:59:21 2015 -0400
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="libxslt" version="1.1.28">
+        <repository changeset_revision="039b04adcfee" name="package_libxslt_1_1_28" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="meme" version="4.10.0_4">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/meme/meme-4.10.0_4-Linux-x86_64.tgz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <actions architecture="x86_64" os="darwin">
+                    <action type="download_by_url">https://depot.galaxyproject.org/package/darwin/x86_64/meme/meme-4.10.0_4-Darwin-x86_64.tgz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <actions>
+                    <action type="set_environment_for_install">
+                        <repository changeset_revision="039b04adcfee" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+                            <package name="libxslt" version="1.1.28" />
+                        </repository>
+                    </action>
+                    <action type="download_by_url">http://ebi.edu.au/ftp/software/MEME/4.10.0/meme_4.10.0_4.tar.gz</action>
+                    <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                    <action type="shell_command">make</action>
+                    <action type="shell_command">make install</action>
+                </actions>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>