changeset 0:233c782a51a5 draft default tip

planemo upload commit eec0985c6ed25c6cb85ab97ff9cd6eae9d9e3067-dirty
author mvdbeek
date Fri, 30 Oct 2015 10:44:22 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Oct 30 10:44:22 2015 -0400
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="statsmodels" version="0.6.1">
+        <install version="1.0">
+        <actions>
+            <action type="setup_virtualenv">statsmodels==0.6.1</action>
+        </actions>
+        </install>
+        <readme>
+            This tool dependency definition downloads and installs statsmodels.
+        </readme>
+    </package>
+</tool_dependency>