edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

gfakluge lacks sanity checking #2

Open edawson opened 8 years ago

edawson commented 8 years ago

We don't currently check any of the input / output against GFA spec. It would be nice to, and in theory it wouldn't add too much overhead. An intelligent way of handling parsing errors at a higher level would be fantastic.