Mercurial > repos > iuc > package_python_2_7_patsy_0_4_1
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:027be59f0c3c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="python" version="2.7.10"> | |
| 4 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="numpy" version="1.9"> | |
| 7 <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" /> | |
| 8 </package> | |
| 9 <package name="six" version="1.10.0"> | |
| 10 <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" /> | |
| 11 </package> | |
| 12 <package name="patsy" version="0.4.1"> | |
| 13 <install version="1.0"> | |
| 14 <actions> | |
| 15 <action type="setup_python_environment"> | |
| 16 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 17 <package name="python" version="2.7.10" /> | |
| 18 </repository> | |
| 19 <repository changeset_revision="fe0870696ca7" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 20 <package name="numpy" version="1.9" /> | |
| 21 </repository> | |
| 22 <repository changeset_revision="ce7e0079b56d" name="package_python_2_7_six_1_10_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 23 <package name="six" version="1.10.0" /> | |
| 24 </repository> | |
| 25 <package md5sum="9445f29e3426d1ed30d683a1e1453f84"> | |
| 26 https://pypi.python.org/packages/source/p/patsy/patsy-0.4.1.zip | |
| 27 </package> | |
| 28 </action> | |
| 29 <action type="set_environment"> | |
| 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
| 31 <environment_variable action="set_to" name="PYTHONPATH_PATSY">$INSTALL_DIR</environment_variable> | |
| 32 <environment_variable action="set_to" name="PATSY_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 33 </action> | |
| 34 </actions> | |
| 35 </install> | |
| 36 <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> | |
| 37 </package> | |
| 38 </tool_dependency> |
