From 285eb0da05c5fb084143df804c06138f4ce1065d Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 29 Oct 2017 00:02:41 -0400 Subject: [PATCH] r540: removed a buggy debugging line --- ksw2_exts2_sse.c | 1 - main.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ksw2_exts2_sse.c b/ksw2_exts2_sse.c index 83a4fe5..2578bd5 100644 --- a/ksw2_exts2_sse.c +++ b/ksw2_exts2_sse.c @@ -119,7 +119,6 @@ void ksw_exts2_sse(void *km, int qlen, const uint8_t *query, int tlen, const uin if ((flag & KSW_EZ_SPLICE_REV) && target[t+1] == 1 && target[t+2] == 3) can_type = 1; // CTr... if (can_type && (target[t+3] == 0 || target[t+3] == 2)) can_type = 2; if (can_type) ((int8_t*)donor)[t] = can_type == 2? 0 : semi_cost; - if (can_type) ((int8_t*)donor)[t] = 0; } memset(acceptor, -noncan, tlen_ * 16); for (t = 2; t < tlen; ++t) { diff --git a/main.c b/main.c index 1a9efd8..e1ae7fe 100644 --- a/main.c +++ b/main.c @@ -6,7 +6,7 @@ #include "mmpriv.h" #include "getopt.h" -#define MM_VERSION "2.3-r539-dirty" +#define MM_VERSION "2.3-r540-dirty" #ifdef __linux__ #include