From e6ef2fb56fdee1ff51a0eece28ec4168babd649c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 23 Mar 2020 10:55:30 -0400 Subject: [PATCH] put the rev bit on readID --- Hash_Table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hash_Table.h b/Hash_Table.h index cff1453..a97ad81 100644 --- a/Hash_Table.h +++ b/Hash_Table.h @@ -52,8 +52,8 @@ typedef struct typedef struct { - uint32_t offset:31, rev:1; - uint32_t readID; + uint32_t offset; + uint32_t readID:31, rev:1; } k_mer_pos; typedef struct