mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-23 15:38:13 +08:00
put the rev bit on readID
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user