changeset 0:741d531ba353 draft default tip

Imported from capsule None
author devteam
date Tue, 01 Apr 2014 10:48:01 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Apr 01 10:48:01 2014 -0400
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="sputnik" version="1.0">
+      <install version="1.0">
+          <actions_group>
+              <actions architecture="x86_64" os="darwin">
+                  <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/sputnik/sputnik-1.0-Darwin-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="linux">
+                  <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/sputnik/sputnik-1.0-Linux-x86_64.tgz</action>
+                    <action type="move_directory_files">
+                      <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <actions>
+                    <action type="download_by_url">https://bitbucket.org/natefoo/sputnik-mononucleotide/get/22e04543ccf3.zip</action>
+                    <action type="shell_command">make</action>
+                    <action type="move_file">
+                        <source>sputnik</source>
+                        <destination>$INSTALL_DIR/bin/sputnik</destination>
+                    </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>
\ No newline at end of file