# HG changeset patch # User devteam # Date 1371755889 14400 # Node ID 9fd501d0f295780e5ffef0078969bb392a0842c3 Uploaded tool dependency definition that downloads and installs EMBOSS 5.0.0 and PHYLIP 3.6b. diff -r 000000000000 -r 9fd501d0f295 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jun 20 15:18:09 2013 -0400 @@ -0,0 +1,53 @@ + + + + + + + + + ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz + + + + + + + if [ -z $X11_LIB_DIR ] || [ -z $X11_INCLUDE_DIR ]; then + ./configure --prefix=$INSTALL_DIR + else + ./configure --prefix=$INSTALL_DIR --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR + fi + + make + make install + + + ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz + + + + + + + if [ -z $X11_LIB_DIR ] || [ -z $X11_INCLUDE_DIR ]; then + ./configure --prefix=$INSTALL_DIR + else + ./configure --prefix=$INSTALL_DIR --x-includes=$X11_INCLUDE_DIR --x-libraries=$X11_LIB_DIR CFLAGS='-I$INSTALL_DIR/include' + fi + + make + make install + + + +These links provide information for building the Emboss package in most environments. + +System requirements +http://emboss.sourceforge.net/download/#Requirements + +Platform-dependent notes +http://emboss.sourceforge.net/download/#Platforms + + +