Mercurial > repos > ulfschaefer > package_python_2_7_bintrees_2_0_2
changeset 0:1d16207341c7 draft
Uploaded
author | ulfschaefer |
---|---|
date | Tue, 15 Dec 2015 09:37:34 -0500 |
parents | |
children | 2c04309b9040 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Dec 15 09:37:34 2015 -0500 @@ -0,0 +1,25 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> + <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="bintrees" version="2.0.2"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://pypi.python.org/packages/source/b/bintrees/bintrees-2.0.2.tar.gz</action> + <action type="make_directory">$INSTALL_DIR/lib/python</action> + <action type="shell_command"> + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python setup.py install --install-lib $INSTALL_DIR/lib/python + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + </action> + </actions> + </install> + <readme> + This Galaxy Tool shed package installs bintrees version 2.0.2 + (https://pypi.python.org/pypi/PyVCF) package for use with python 2.7.10. + </readme> + </package> +</tool_dependency>