# HG changeset patch # User devteam # Date 1389634977 18000 # Node ID 341d297d8a853838cd583701641f7498f3608f06 # Parent 30f36c4faa391402dc504d0d9b33d3bf571f8593# Parent 8a00afae9ecae9e953cf2b406073d515ad8bf705 Merge heads at 5:8a00afae9eca and 9:30f36c4faa39 which were created as a result of a recently fixed bug. diff -r 8a00afae9eca -r 341d297d8a85 sickle.xml --- a/sickle.xml Mon Jul 15 12:17:15 2013 -0400 +++ b/sickle.xml Mon Jan 13 12:42:57 2014 -0500 @@ -1,7 +1,6 @@ Windowed Adaptive Trimming of FastQ data - zlib sickle diff -r 8a00afae9eca -r 341d297d8a85 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jul 15 12:17:15 2013 -0400 +++ b/tool_dependencies.xml Mon Jan 13 12:42:57 2014 -0500 @@ -1,20 +1,16 @@ - - - - - - - - + http://zlib.net/zlib-1.2.8.tar.gz + ./configure --prefix=$INSTALL_DIR/zlib + make + make install prefix=$INSTALL_DIR/zlib git clone https://github.com/najoshi/sickle.git - sickle make LIBS="-L$ZLIB_PATH -lz" + cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz" - sickle + sickle/sickle .