Mercurial > repos > iuc > package_python_2_7_qime_1_9_1
comparison tool_dependencies.xml @ 0:46d4a44f8243 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_qime_1_9_1 commit f75ecd5f25f3754feeffacba92501c110737071b
| author | iuc |
|---|---|
| date | Mon, 05 Oct 2015 17:08:36 -0400 |
| parents | |
| children | 8bda264029a7 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:46d4a44f8243 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="numpy" version="1.9"> | |
| 4 <repository changeset_revision="8d42102c4e36" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="python" version="2.7.10"> | |
| 7 <repository changeset_revision="08162f8bc496" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="qime" version="1.9.1"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="setup_python_environment"> | |
| 13 <repository changeset_revision="08162f8bc496" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 14 <package name="python" version="2.7.10" /> | |
| 15 </repository> | |
| 16 <repository changeset_revision="8d42102c4e36" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 17 <package name="numpy" version="1.9" /> | |
| 18 </repository> | |
| 19 <!-- allow downloading and installing an Python package from https://pypi.org/ --> | |
| 20 <package md5sum="32d4db2b2c888dbbfc6aa33f02725526">https://pypi.python.org/packages/source/q/qiime/qiime-1.9.1.tar.gz</package> | |
| 21 </action> | |
| 22 | |
| 23 <action type="set_environment"> | |
| 24 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
| 25 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
| 26 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 27 <environment_variable action="set_to" name="PYTHONPATH_QIME">$INSTALL_DIR</environment_variable> | |
| 28 <environment_variable action="set_to" name="QIME_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 29 </action> | |
| 30 </actions> | |
| 31 </install> | |
| 32 <readme> | |
| 33 QIIME: Quantitative Insights Into Microbial Ecology | |
| 34 http://www.qiime.org | |
| 35 </readme> | |
| 36 </package> | |
| 37 </tool_dependency> |
