From 72ccd1b26885454f8aeece52d4d4be3b2c00870e Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Thu, 9 Aug 2018 16:49:59 +0800 Subject: [PATCH] fix the name2 inconsistent issue --- src/common.h | 2 +- src/rfqcodec.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 60286f1..94bddba 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define VERSION_NUM "0.2.0" +#define VERSION_NUM "0.3.0" #define ALGORITHM_VER 2 #define _DEBUG false diff --git a/src/rfqcodec.cpp b/src/rfqcodec.cpp index 561a9cd..964237e 100644 --- a/src/rfqcodec.cpp +++ b/src/rfqcodec.cpp @@ -245,6 +245,7 @@ RfqChunk* RfqCodec::encodeChunk(vector& reads, bool isPE) { } } else { lastName2 = meta.namePart2; + name2Same &= name20 == meta.namePart2; } }