changeset 0:18d9e18fa00b draft default tip

Uploaded
author iuc
date Wed, 14 Aug 2013 03:50:16 -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	Wed Aug 14 03:50:16 2013 -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>