Mercurial > repos > iuc > package_scikit_learn_0_15
annotate tool_dependencies.xml @ 3:2c9ca7a214de draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 11:13:14 -0400 |
parents | a3154129061f |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1 | 3 <package name="numpy" version="1.9"> |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
4 <repository changeset_revision="d6f39c80e75b" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
1 | 5 </package> |
6 <package name="scipy" version="0.14"> | |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
7 <repository changeset_revision="d470054f3a5d" name="package_scipy_0_14" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
1 | 8 </package> |
9 <package name="matplotlib" version="1.4"> | |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
10 <repository changeset_revision="74be9999a120" name="package_matplotlib_1_4" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
1 | 11 </package> |
12 <package name="scikit_learn" version="0.15"> | |
13 <install version="1.0"> | |
14 <actions> | |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
15 <action type="download_by_url">https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.15.2.tar.gz#md5#d9822ad0238e17b382a3c756ea94fe0d</action> |
1 | 16 <action type="set_environment_for_install"> |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
17 <repository changeset_revision="d6f39c80e75b" name="package_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 18 <package name="numpy" version="1.9" /> |
19 </repository> | |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
20 <repository changeset_revision="d470054f3a5d" name="package_scipy_0_14" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 21 <package name="scipy" version="0.14" /> |
22 </repository> | |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
23 <repository changeset_revision="74be9999a120" name="package_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 24 <package name="matplotlib" version="1.4" /> |
25 </repository> | |
26 </action> | |
27 | |
28 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
2 | 29 <action type="template_command"> |
3
2c9ca7a214de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scikit_learn_0_15 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
30 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
2 | 31 python setup.py install --install-lib $INSTALL_DIR/lib/python |
0 | 32 </action> |
1 | 33 <action type="set_environment"> |
34 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
36 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
37 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
38 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> | |
39 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable> | |
40 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> | |
41 <environment_variable action="set_to" name="PYTHONPATH_SCIKIT_LEARN">$INSTALL_DIR/lib/python</environment_variable> | |
42 </action> | |
43 </actions> | |
44 </install> | |
45 <readme> | |
0 | 46 Compiling scikit-learn requires a C compiler (typically gcc). |
47 The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_SCIKIT_LEARN. | |
48 | |
49 Wrapper development: https://github.com/bgruening/galaxytools/tree/master/orphan_tool_dependencies | |
50 </readme> | |
1 | 51 </package> |
0 | 52 </tool_dependency> |