Mercurial > repos > iuc > package_python_2_7_scikit_learn_0_16
comparison tool_dependencies.xml @ 0:a82a98b12884 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_scikit_learn_0_16 commit d094788c200e3ecf24f2a429000c888e82131ed1
author | iuc |
---|---|
date | Mon, 19 Oct 2015 17:00:00 -0400 |
parents | |
children | 0ed0e34978c0 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a82a98b12884 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="python" version="2.7.10"> | |
4 <repository changeset_revision="b1a672a0df3c" 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="9f9eface3306" 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="scipy" version="0.14"> | |
10 <repository changeset_revision="f9a80a69d278" name="package_python_2_7_scipy_0_14" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="matplotlib" version="1.4"> | |
13 <repository changeset_revision="89e6da883c60" name="package_python_2_7_matplotlib_1_4" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="scikit_learn" version="0.16"> | |
16 <install version="1.0"> | |
17 <actions> | |
18 <action type="setup_python_environment"> | |
19 <repository changeset_revision="b1a672a0df3c" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
20 <package name="python" version="2.7.10" /> | |
21 </repository> | |
22 <repository changeset_revision="9f9eface3306" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
23 <package name="numpy" version="1.9" /> | |
24 </repository> | |
25 <repository changeset_revision="f9a80a69d278" name="package_python_2_7_scipy_0_14" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
26 <package name="scipy" version="0.14" /> | |
27 </repository> | |
28 <repository changeset_revision="89e6da883c60" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
29 <package name="matplotlib" version="1.4" /> | |
30 </repository> | |
31 <!-- allow downloading and installing an Python package from https://pypi.org/ --> | |
32 <package md5sum="363ddda501e3b6b61726aa40b8dbdb7e">https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.16.1.tar.gz</package> | |
33 </action> | |
34 | |
35 <action type="set_environment"> | |
36 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
37 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
38 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
39 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
40 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> | |
41 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable> | |
42 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> | |
43 <environment_variable action="set_to" name="PYTHONPATH_SCIKIT_LEARN">$INSTALL_DIR</environment_variable> | |
44 </action> | |
45 </actions> | |
46 </install> | |
47 <readme> | |
48 Compiling scikit-learn requires a C compiler (typically gcc). | |
49 The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_SCIKIT_LEARN. | |
50 | |
51 Wrapper development: https://github.com/bgruening/galaxytools/tree/master/orphan_tool_dependencies | |
52 </readme> | |
53 </package> | |
54 </tool_dependency> |