vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

node naming interface #52

Open ekg opened 4 years ago

ekg commented 4 years ago

It would be useful if we had a standard way to assign and obtain non-numeric node names. This would be an optional trait, like the serialization or vectorization interface.

It's not clear to me how it would interact with construction from GFA. I guess in that case we would load the names and establish a set of internal IDs.