changeset 6:c31cc6003668 draft

Uploaded
author qfab
date Tue, 02 Sep 2014 04:10:18 -0400
parents 42b52dc798b2
children 0016e7ac6b2d
files tool_dependencies.xml
diffstat 1 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Sep 02 04:10:18 2014 -0400
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+  <tool_dependency>
+  <package name="opal" version="2.4.1">
+    <repository changeset_revision="74d593bde549" name="opal2_4_1" owner="qfab" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
+  </package>
+  <package name="meme_ws" version="1.0.0">
+  <install version="1.0">
+    <actions>
+      <action type="download_by_url">https://bitbucket.org/qfab/meme/downloads/MemeWs.tgz</action>
+      <action type="make_directory">$INSTALL_DIR/meme</action>
+      <action type="set_environment_for_install">
+        <repository changeset_revision="74d593bde549" name="opal2_4_1" owner="qfab" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" >
+          <package name="opal" version="2.4.1" />
+        </repository>
+      </action>
+      <action type="move_directory_files">
+        <source_directory>.</source_directory>
+        <destination_directory>$INSTALL_DIR/meme/</destination_directory>
+      </action>
+      <action type="set_environment">
+        <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_OPAL]</environment_variable>
+        <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_ZSI]</environment_variable>
+		<environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/meme/</environment_variable>
+      </action>
+      </actions>
+  </install>
+  <readme></readme>
+  </package>
+</tool_dependency>