changeset 0:91bec433bbcc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_patsy_0_4_1 commit 2f73ad85afaef740078de3038595c02c33e52c95
author iuc
date Thu, 21 Apr 2016 05:02:37 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Apr 21 05:02:37 2016 -0400
@@ -0,0 +1,38 @@
+<?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="six" version="1.10.0">
+        <repository changeset_revision="6944ba405057" name="package_python_2_7_six_1_10_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="patsy" version="0.4.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="6944ba405057" name="package_python_2_7_six_1_10_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                       <package name="six" version="1.10.0" />
+                    </repository>
+                    <package md5sum="9445f29e3426d1ed30d683a1e1453f84">
+                        https://pypi.python.org/packages/source/p/patsy/patsy-0.4.1.zip
+                    </package>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_PATSY">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PATSY_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R “formulas” to Python.</readme>
+    </package>
+</tool_dependency>