vgteam / vg

tools for working with genome variation graphs
https://biostars.org/tag/vg/
Other
1.12k stars 194 forks source link

normalization does not generate deterministic ids #117

Open ekg opened 9 years ago

ekg commented 9 years ago

A wish, as it would make testing easier. If we sort the graph the sort should stably-sort nodes that have the same rank (using sequence, for instance) such that when we assign ids to them the node with the same sequence will always get the same id.

adamnovak commented 7 years ago

Do we still want to make the topological sort completely deterministic?