# HG changeset patch # User yating-l # Date 1489174074 18000 # Node ID d048f9f9f9df90e44da22b6e7f4030b19790d681 # Parent 472f074fbf1fbb69bf462466f8c09fc3f7698299 planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit f18ea51d27ec7addfa6413716391cfefebc8acbc-dirty diff -r 472f074fbf1f -r d048f9f9f9df jbrowse_hub.xml --- a/jbrowse_hub.xml Fri Mar 10 14:01:35 2017 -0500 +++ b/jbrowse_hub.xml Fri Mar 10 14:27:54 2017 -0500 @@ -4,7 +4,8 @@ - biopython_1_67 + numpy + biopython diff -r 472f074fbf1f -r d048f9f9f9df tool_dependencies.xml --- a/tool_dependencies.xml Fri Mar 10 14:01:35 2017 -0500 +++ b/tool_dependencies.xml Fri Mar 10 14:27:54 2017 -0500 @@ -1,8 +1,43 @@ - - - + + + + + +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. + + + + http://biopython.org/DIST/biopython-1.68.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 + + +