changeset 0:ae7f41481998 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_statsmodels_0_6_1 commit bbfd77c34b609b86ef3a24525dae1127d8b3d99b
author iuc
date Wed, 11 May 2016 08:35:40 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 50 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed May 11 08:35:40 2016 -0400
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7.10">
+        <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="numpy" version="1.9">
+        <repository changeset_revision="57b37f63cb84" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="scipy" version="0.16">
+        <repository changeset_revision="80f8536c6dc2" name="package_python_2_7_scipy_0_16" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="pandas" version="0.16">
+        <repository changeset_revision="2511234c20da" name="package_python_2_7_pandas_0_16" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="patsy" version="0.4.1">
+        <repository changeset_revision="91bec433bbcc" name="package_python_2_7_patsy_0_4_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="statsmodels" version="0.6.1">
+        <install version="1.0">
+            <actions>
+                <action type="setup_python_environment">
+                    <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                       <package name="python" version="2.7.10" />
+                    </repository>
+                    <repository changeset_revision="57b37f63cb84" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="numpy" version="1.9" />
+                    </repository>
+                    <repository changeset_revision="80f8536c6dc2" name="package_python_2_7_scipy_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="scipy" version="0.16" />
+                    </repository>
+                    <repository changeset_revision="2511234c20da" name="package_python_2_7_pandas_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="pandas" version="0.16" />
+                    </repository>
+                    <repository changeset_revision="91bec433bbcc" name="package_python_2_7_patsy_0_4_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="patsy" version="0.4.1" />
+                    </repository>
+                    <package md5sum="f7580ebf7d2a2c9b87abfad190dcb9a3">
+                        https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.6.1.tar.gz
+                    </package>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_STATSMODEL">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="STATSMODEL_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Simple, fast implementation of Fisher’s exact test.</readme>
+    </package>
+</tool_dependency>