changeset 0:115cf2b43a3c draft default tip

planemo upload
author lecorguille
date Mon, 22 Feb 2016 16:16:34 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Feb 22 16:16:34 2016 -0500
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="xcms" version="1.44.0">
+        <repository changeset_revision="4443617bdd85" name="package_r_xcms_1_44_0" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="xcms_w4m_script" version="2.2.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://application.sb-roscoff.fr/download/w4m/xcms_script-2.2.0.tgz</action>
+                <action type="move_file">
+                    <source>xcms.r</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>lib.r</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+        
+                <action type="set_environment"><environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable></action>
+            </actions>
+            
+        </install>
+    </package>
+</tool_dependency>