# HG changeset patch
# User nilesh
# Date 1373654955 18000
# Node ID 98e35d7ce5c94fb30ef3fae73ef680c13a664f1f
# Parent 8d697edc2f55110817a3db2b2e2a00fc0cdc4933
sickle now refers to zlib in its own directory
diff -r 8d697edc2f55 -r 98e35d7ce5c9 sickle.xml
--- a/sickle.xml Wed Jul 10 00:16:36 2013 -0400
+++ b/sickle.xml Fri Jul 12 13:49:15 2013 -0500
@@ -2,7 +2,7 @@
Windowed Adaptive Trimming of FastQ datazlib
- sickle
+ sickle
sickle $readtype.single_or_paired --quiet
diff -r 8d697edc2f55 -r 98e35d7ce5c9 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jul 10 00:16:36 2013 -0400
+++ b/tool_dependencies.xml Fri Jul 12 13:49:15 2013 -0500
@@ -3,25 +3,28 @@
- http://zlib.net/zlib-1.2.8.tar.gz
- ./configure
- ./configure --prefix=$INSTALL_DIR/zlib
+ http://zlib.net/zlib-1.2.8.tar.gz
+ ./configure --prefix=$INSTALL_DIR/zlibmakemake install prefix=$INSTALL_DIR/zlib
- $INSTALL_DIR/bin
+ $INSTALL_DIR/zlib/lib
+
+
+
+ $INSTALL_DIR/zlib/lib
- Tabix version 0.2.6. Tabix was written by Heng Li. The BGZF library was originally implemented by Bob Handsaker and modified by Heng Li for remote file access and in-memory caching.
+ 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
+ make LIBS="-L$ENV[ZLIB_PATH] -lz"$INSTALL_DIR/bin
@@ -32,7 +35,7 @@
- Tabix version 0.2.6. Tabix was written by Heng Li. The BGZF library was originally implemented by Bob Handsaker and modified by Heng Li for remote file access and in-memory caching.
+ 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.