mcveanlab / mccortex

De novo genome assembly and multisample variant calling
https://github.com/mcveanlab/mccortex/wiki
MIT License
113 stars 25 forks source link

Buffered graph loading #22

Closed noporpoise closed 8 years ago

noporpoise commented 8 years ago

Use a buffer to read a block of a file, then decompose it. stream_buffer.h already supports buffered reading, so should be pretty simple.