You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vg has acquired a concept of GAM indexing, for random access to node-ID-sorted GAM by node ID.
There's a bit of demand to read these files from tools that don't want to depend on vg in its entirety, so we should pull https://github.com/vgteam/vg/blob/master/src/stream_index.hpp and its dependencies over into this library from vg, so they can be more easily depended on in other tools.
The text was updated successfully, but these errors were encountered:
vg
has acquired a concept of GAM indexing, for random access to node-ID-sorted GAM by node ID.There's a bit of demand to read these files from tools that don't want to depend on vg in its entirety, so we should pull https://github.com/vgteam/vg/blob/master/src/stream_index.hpp and its dependencies over into this library from vg, so they can be more easily depended on in other tools.
The text was updated successfully, but these errors were encountered: