comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
-1:000000000000 0:91bec433bbcc
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="python" version="2.7.10">
4 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="numpy" version="1.9">
7 <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" />
8 </package>
9 <package name="six" version="1.10.0">
10 <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" />
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="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
17 <package name="python" version="2.7.10" />
18 </repository>
19 <repository changeset_revision="57b37f63cb84" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
20 <package name="numpy" version="1.9" />
21 </repository>
22 <repository changeset_revision="6944ba405057" name="package_python_2_7_six_1_10_0" owner="iuc" toolshed="https://toolshed.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>