vgteam / libhandlegraph

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

making RankedHandleGraph part of the default HandleGraph implementation #57

Open ekg opened 4 years ago

ekg commented 4 years ago

In order to use the RankedHandleGraph interface on a PathHandleGraph, we need to either derive a new class, a RankedPathHandleGraph, or use a dynamic cast.

These are kind of common functions, and should have standard implementations that are basically trivial in all of our graph models. Maybe we would be better to just put them into the base HandleGraph class?