# HG changeset patch # User peterjc # Date 1379407757 14400 # Node ID 2f6c871cfa35e681ea0caa279e0b83f18651d1d2 # Parent 54e5c64b04605eb42c47809ab174b9e4533ecc48 Remove last bit of MatPlotLib diff -r 54e5c64b0460 -r 2f6c871cfa35 tool_dependencies.xml --- a/tool_dependencies.xml Mon Aug 19 17:09:02 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 17 04:49:17 2013 -0400 @@ -1,14 +1,25 @@ - + + +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.61.tar.gz - + @@ -16,20 +27,16 @@ export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && export PATH=$PATH:$PATH_NUMPY && - export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY:$PYTHONPATH_MATPLOTLIB && + 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] - $ENV[PYTHONPATH_MATPLOTLIB] - $INSTALL_DIR/lib/python - + - The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON.