diff --git a/bwamem.h b/bwamem.h index 7fc2c85..8a7c7b8 100644 --- a/bwamem.h +++ b/bwamem.h @@ -15,7 +15,7 @@ typedef struct __smem_i smem_i; #define MEM_F_PE 0x2 #define MEM_F_NOPAIRING 0x4 #define MEM_F_ALL 0x8 -#define MEM_F_NO_MULTI 0x16 +#define MEM_F_NO_MULTI 0x10 typedef struct { int a, b, q, r; // match score, mismatch penalty and gap open/extension penalty. A gap of size k costs q+k*r diff --git a/main.c b/main.c index 5930a78..f7ec3d7 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.6.2-r291-beta" +#define PACKAGE_VERSION "0.6.2-r292-beta" #endif static int usage()