fix hc_edge

This commit is contained in:
chhylp123
2021-02-09 18:44:06 -05:00
parent 8467d58ef1
commit ceeb4562af

View File

@@ -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;