Mercurial > repos > saket-choudhary > package_pyvcf_0_6_7
changeset 0:afdc85ff18e0 draft
Uploaded
author | saket-choudhary |
---|---|
date | Sat, 18 Oct 2014 03:41:17 -0400 |
parents | |
children | c05e29a21f10 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Oct 18 03:41:17 2014 -0400 @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> + <package name="vcf" version="0.6.7"> + <readme> + This Galaxy Tool shed package installs pyvcf(https://pypi.python.org/pypi/PyVCF) + package. + + The corresponding PYTHONPATH is accessible via PYTHONPATH_PYVCF + + Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_pyvcf_0_6_7/ + </readme> + <install version="1.0"> + <actions> + <action type="download_by_url">https://pypi.python.org/packages/source/P/PyVCF/PyVCF-0.6.7.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> + <environment_variable action="set_to" name="PYTHONPATH_PYVCF">$INSTALL_DIR/lib/python</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency> + + + +