From 856d533415508f9e6b21148482ebbf8b4ad02f32 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 17 May 2012 16:12:36 -0400 Subject: [PATCH] change the default clevel to 1 for speed --- bamshuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamshuf.c b/bamshuf.c index 49c9065..33a5238 100644 --- 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) { -- 2.39.2