Skip to content

Commit

Permalink
fix the name2 inconsistent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Aug 9, 2018
1 parent fcc4069 commit 72ccd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/rfqcodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ RfqChunk* RfqCodec::encodeChunk(vector<Read*>& reads, bool isPE) {
}
} else {
lastName2 = meta.namePart2;
name2Same &= name20 == meta.namePart2;
}
}

Expand Down

0 comments on commit 72ccd1b

Please sign in to comment.