refresh-bio / KMC

Fast and frugal disk based k-mer counter
256 stars 73 forks source link

fix uninitialized memory error caused by reading a uint32 into a uint64 max_count #97

Closed notestaff closed 5 years ago

notestaff commented 6 years ago

fix uninitialized memory error caused by reading a uint32 into a uint64 max_count. @marekkokot