# HG changeset patch # User biopython # Date 1392719112 18000 # Node ID a5c49b83e983056aef29d1578c157c2605a56ab9 Uploaded initial version, based on setup used for Biopython 1.61 and 1.62 diff -r 000000000000 -r a5c49b83e983 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Feb 18 05:25:12 2014 -0500 @@ -0,0 +1,42 @@ + + + + + + + +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.63.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 + + + + +