changeset 0:c1154c64359c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_weblogo_2_8_2 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 15:03:53 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 18 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 15:03:53 2015 -0400
@@ -0,0 +1,18 @@
+<tool_dependency>
+    <package name="weblogo" version="2.8.2">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/weblogo/weblogo.2.8.2.tar.gz</action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR/weblogo</destination_directory>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/weblogo/</environment_variable>
+                    <environment_variable name="WEBLOGO_PATH" action="set_to">$INSTALL_DIR/weblogo/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Running weblogo requires a perl environment.</readme>
+    </package>
+</tool_dependency>