# HG changeset patch # User devteam # Date 1377885085 14400 # Node ID b2814057f28675868f83504510da04649dd3d8ea # Parent 1cd326991d327aa4205c405f3bcb3a76820aa8a1 Uploaded tool dependency definition with architecture-dependent installation recipes. diff -r 1cd326991d32 -r b2814057f286 tool_dependencies.xml --- a/tool_dependencies.xml Tue Aug 20 10:07:39 2013 -0400 +++ b/tool_dependencies.xml Fri Aug 30 13:51:25 2013 -0400 @@ -1,23 +1,53 @@ - + - - http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2 - - - - - - ./configure --prefix=$INSTALL_DIR - make && make install + + + http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2 + + ./bin + $INSTALL_DIR/bin + + + + http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2 + + ./bin + $INSTALL_DIR/bin + + + + http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2 + + ./bin + $INSTALL_DIR/bin + + + + http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2 + + ./bin + $INSTALL_DIR/bin + + + + http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2 + + + + + + ./configure --prefix=$INSTALL_DIR --disable-wall + make && make install + $INSTALL_DIR/bin - +