# HG changeset patch # User ulfschaefer # Date 1450268354 18000 # Node ID c722591ee0aac3b5f71619f517108bf7d67037a8 # Parent 6f8b786e347ba61bcb61fa5d9fe6b561bf128995 Uploaded diff -r 6f8b786e347b -r c722591ee0aa tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 16 07:19:14 2015 -0500 @@ -0,0 +1,50 @@ + + + + + + + + + + +This package is a modified version of the package package_biopython_1_66 +owned by 'biopython' (copyright Peter Cock) revision 8433ee4531ff. +Dependencies of this package have been modified to provide Biopython +for Python 2.7.10. + +This Galaxy Tool Shed package installs Biopython from source, having +first installed NumPy which is a build time depencency. This requires +and assumes a standard C compiler is already installed, along with +the Python header files. + +Development of this dependency definition is being done here on GitHub: +https://github.com/biopython/galaxy_packages + +The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON. + + + + https://pypi.python.org/packages/source/b/biopython/biopython-1.66.tar.gz + + + + + + $INSTALL_DIR/lib/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + export PATH=$PATH:$PATH_NUMPY && + export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY && + python setup.py install --install-lib $INSTALL_DIR/lib/python + + + $INSTALL_DIR/lib/python + $ENV[PYTHONPATH_NUMPY] + $ENV[PATH_NUMPY] + $INSTALL_DIR/lib/python + + + + +