Mercurial > repos > iuc > package_python_2_7_10_pybigwig_0_2_4
changeset 0:e8729b41b638 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_10_pybigwig_0_2_4 commit c7ca55fb4e5789f5a0f6fbc0ee7becd56e40e3df
author | iuc |
---|---|
date | Fri, 29 Jan 2016 08:57:53 -0500 |
parents | |
children | 752cccc751be |
files | tool_dependencies.xml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jan 29 08:57:53 2016 -0500 @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libcurl" version="7.35"> + <repository changeset_revision="0d934b13250c" name="package_libcurl_7_35" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="python" version="2.7.10"> + <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="pybigwig" version="0.2.4"> + <install version="1.0"> + <actions> + <action type="setup_python_environment"> + <repository changeset_revision="0d934b13250c" name="package_libcurl_7_35" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="libcurl" version="7.35" /> + </repository> + <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="python" version="2.7.10" /> + </repository> + <!-- Just download from pypi --> + <package sha256sum="46a982aaacebc3cc924a74022b09e64f6beca338f146f07794e46e8d970f74c8">https://github.com/dpryan79/pyBigWig/archive/0.2.4.tar.gz</package> + + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme>Compiles and installs pyBigWig, which requires a compiler (typically gcc) and libcurl.</readme> + </package> +</tool_dependency>