Mercurial > repos > biopython > package_biopython_1_61
annotate tool_dependencies.xml @ 5:4d5ce75218df draft default tip
planemo upload for repository https://github.com/biopython/galaxy_packages/tree/master/package_biopython_1_61 commit 627d90fad722b76db7d48f02aaaec235f2028694
| author | peterjc |
|---|---|
| date | Wed, 19 Oct 2016 10:05:33 -0400 |
| parents | 89f98445faf4 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="numpy" version="1.7.1"> | |
|
4
89f98445faf4
planemo upload for repository https://github.com/biopython/galaxy_packages/tree/master/package_biopython_1_61 commit 985e29ac10e02dd97a3e155d881513658448e85a
peterjc
parents:
3
diff
changeset
|
4 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 5 </package> |
| 6 <package name="biopython" version="1.61"> | |
| 3 | 7 <readme> |
| 8 This Galaxy Tool Shed package installs Biopython from source, having | |
| 9 first installed NumPy which is a build time depencency. This requires | |
| 10 and assumes a standard C compiler is already installed, along with | |
| 11 the Python header files. | |
| 12 | |
| 13 Development of this dependency definition is being done here on GitHub: | |
| 14 https://github.com/biopython/galaxy_packages | |
| 15 | |
| 16 The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON. | |
| 17 </readme> | |
| 0 | 18 <install version="1.0"> |
| 19 <actions> | |
|
5
4d5ce75218df
planemo upload for repository https://github.com/biopython/galaxy_packages/tree/master/package_biopython_1_61 commit 627d90fad722b76db7d48f02aaaec235f2028694
peterjc
parents:
4
diff
changeset
|
20 <action sha256sum="899a3e3779b303a708a8afdd2184d51026da79b0e71eefae65bb0b08200ed791" type="download_by_url">https://pypi.python.org/packages/source/b/biopython/biopython-1.61.tar.gz</action> |
| 0 | 21 <action type="set_environment_for_install"> |
|
4
89f98445faf4
planemo upload for repository https://github.com/biopython/galaxy_packages/tree/master/package_biopython_1_61 commit 985e29ac10e02dd97a3e155d881513658448e85a
peterjc
parents:
3
diff
changeset
|
22 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 23 <package name="numpy" version="1.7.1" /> |
| 24 </repository> | |
| 25 </action> | |
| 26 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 1 | 27 <action type="shell_command"> |
| 28 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 29 export PATH=$PATH:$PATH_NUMPY && | |
| 3 | 30 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY && |
| 1 | 31 python setup.py install --install-lib $INSTALL_DIR/lib/python |
| 32 </action> | |
| 0 | 33 <action type="set_environment"> |
| 34 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 35 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
| 36 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 37 <environment_variable action="set_to" name="PYTHONPATH_BIOPYTHON">$INSTALL_DIR/lib/python</environment_variable> | |
| 3 | 38 </action> |
| 0 | 39 </actions> |
| 40 </install> | |
| 41 </package> | |
| 42 </tool_dependency> |
