]> git.donarmstrong.com Git - samtools.git/commitdiff
change the default clevel to 1 for speed
authorHeng Li <lh3@me.com>
Thu, 17 May 2012 20:12:36 +0000 (16:12 -0400)
committerHeng Li <lh3@me.com>
Thu, 17 May 2012 20:12:36 +0000 (16:12 -0400)
bamshuf.c

index 49c90659c140b500193a5dd59e6ee5d09c6ae97e..33a5238f43aece07559bd1259cf24c2ed9580d79 100644 (file)
--- a/bamshuf.c
+++ b/bamshuf.c
@@ -6,7 +6,7 @@
 #include "sam.h"
 #include "ksort.h"
 
-#define DEF_CLEVEL 3
+#define DEF_CLEVEL 1
 
 static inline unsigned hash_Wang(unsigned key)
 {