# HG changeset patch # User nilesh # Date 1373908361 18000 # Node ID c6a790326d1eda4158bd6e585116631a532b60a8 # Parent 4f6349319c0a408fc0f87d74c3faade4f06413dc moved from test diff -r 4f6349319c0a -r c6a790326d1e sickle.xml --- a/sickle.xml Fri Jul 12 14:01:18 2013 -0500 +++ b/sickle.xml Mon Jul 15 12:12:41 2013 -0500 @@ -1,7 +1,6 @@ Windowed Adaptive Trimming of FastQ data - zlib sickle @@ -84,7 +83,20 @@ (readtype['single_or_paired'] == 'pe') - + + + + + + + + + + + + + + Most modern sequencing technologies produce reads that have deteriorating quality towards the 3'-end and some towards the 5'-end as well. Incorrectly called bases in both regions negatively impact assembles, mapping, and downstream bioinformatics analyses. diff -r 4f6349319c0a -r c6a790326d1e tool_dependencies.xml --- a/tool_dependencies.xml Fri Jul 12 14:01:18 2013 -0500 +++ b/tool_dependencies.xml Mon Jul 15 12:12:41 2013 -0500 @@ -1,31 +1,16 @@ - + 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" + cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz" - sickle + sickle/sickle $INSTALL_DIR/bin