Mercurial > repos > iuc > package_python_2_7_patsy_0_4_1
changeset 0:027be59f0c3c 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 509df41fe7c9fff77177bc0df98a6fc7f61e0de8
| author | iuc |
|---|---|
| date | Thu, 21 Apr 2016 03:10:28 -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 03:10:28 2016 -0400 @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="python" version="2.7.10"> + <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="numpy" version="1.9"> + <repository changeset_revision="fe0870696ca7" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="six" version="1.10.0"> + <repository changeset_revision="ce7e0079b56d" name="package_python_2_7_six_1_10_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="python" version="2.7.10" /> + </repository> + <repository changeset_revision="fe0870696ca7" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="numpy" version="1.9" /> + </repository> + <repository changeset_revision="ce7e0079b56d" name="package_python_2_7_six_1_10_0" owner="iuc" toolshed="https://testtoolshed.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>
