# HG changeset patch # User nilesh # Date 1373677685 18000 # Node ID be04ffa66753fe43ace605abdcb07199f4ff6ef5 # Parent 9159a1bf8615188b5a17cd89bb9848e5f30d384e merged zlib and sickle library diff -r 9159a1bf8615 -r be04ffa66753 sickle.xml --- a/sickle.xml Fri Jul 12 16:07:31 2013 -0500 +++ b/sickle.xml Fri Jul 12 20:08:05 2013 -0500 @@ -1,7 +1,6 @@ Windowed Adaptive Trimming of FastQ data - zlib sickle diff -r 9159a1bf8615 -r be04ffa66753 tool_dependencies.xml --- a/tool_dependencies.xml Fri Jul 12 16:07:31 2013 -0500 +++ b/tool_dependencies.xml Fri Jul 12 20:08:05 2013 -0500 @@ -1,7 +1,7 @@ - - + + http://zlib.net/zlib-1.2.8.tar.gz ./configure --prefix=$INSTALL_DIR/zlib @@ -10,20 +10,8 @@ $INSTALL_DIR/zlib/lib - - $INSTALL_DIR/zlib/lib - - - - - zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. - - - - - git clone https://github.com/najoshi/sickle.git - make LIBS="-L$ZLIB_PATH -lz" + make LIBS="-L$INSTALL_DIR/zlib/lib -lz" sickle $INSTALL_DIR/bin