put the rev bit on readID

This commit is contained in:
Heng Li
2020-03-23 10:55:30 -04:00
parent 3a27d104c6
commit e6ef2fb56f
+2 -2
View File
@@ -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