changeset 0:2a3bab094407 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_weka_3_7_11 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:56:23 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue May 19 14:56:23 2015 -0400
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="weka" version="3.7.11">
+        <install version="1.0">
+            <actions> 
+                <action type="download_file">http://downloads.sourceforge.net/project/weka/weka-3-7/3.7.11/weka-monolithic.jar</action>
+                <action type="shell_command">mv weka-monolithic.jar $INSTALL_DIR/weka.jar</action>
+                <action type="set_environment">
+                    <environment_variable name="WEKA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Weka requires a JAVA (1.5+) runtime evironment.
+        </readme>
+    </package>
+</tool_dependency>