changeset 4:013a91415eab draft

Uploaded
author bornea
date Tue, 10 Nov 2015 11:47:15 -0500
parents 5a6d8b425413
children 90f33c5ef3af
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Nov 10 11:47:15 2015 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <set_environment version="1.0">
+        <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR/bubblebeam</environment_variable>   
+    </set_environment>
+    <package name="R" version="2.15.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone http://github.com/bornea/Saint_On_Galaxy</action>
+                <action type="shell_command">unzip SAINTexpress_v3.6.1__2015-05-03.zip</action>
+                <action type="shell_command">./make -j</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR/Saint_On_Galaxy/SAINTexpress_v3.6.1__2015-05-03/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme></readme>
+    </package>
+</tool_dependency>
\ No newline at end of file