# HG changeset patch # User nilesh # Date 1373662541 18000 # Node ID b8d51c1a665d931e81162b2dacb497a4da99dedf # Parent 16af94a7a1ee4baa555de732cb9c42df3461fc58 first commit diff -r 16af94a7a1ee -r b8d51c1a665d tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jul 12 15:55:41 2013 -0500 @@ -0,0 +1,40 @@ + + + + + + http://zlib.net/zlib-1.2.8.tar.gz + ./configure --prefix=$INSTALL_DIR/zlib + make + make install prefix=$INSTALL_DIR/zlib + + $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$ENV[ZLIB_PATH] -lz" + + sickle + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + + Sickle requires a C compiler; GCC or clang are recommended. Sickle relies on Heng Li's kseq.h, which is bundled with the source. It also requires zlib, which is included in this repo. + + +