mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-19 02:48:34 +08:00
fix hc_edge
This commit is contained in:
@@ -1049,7 +1049,8 @@ typedef struct{
|
||||
double weight;
|
||||
uint32_t uID:31, del:1;
|
||||
uint64_t dis;
|
||||
uint64_t occ:63, scaff:1;
|
||||
uint64_t occ;
|
||||
///uint64_t occ:63, scaff:1;
|
||||
///uint32_t enzyme;
|
||||
} hc_edge;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user