Adding copy() method. This is to be able to convert from one graph implementation to another.
(I previously pushed this to master due to git failure. Reverted that and am PRing the reversion of reversion).
Is there laready a CLI for converting one graph to another? If not, how are people testing? I have a vg convert in a local branch of vg (using this libhandlegraph) that I will PR as a strawman, but I think this would eventually belong in sglib
Adding
copy()
method. This is to be able to convert from one graph implementation to another.(I previously pushed this to master due to git failure. Reverted that and am PRing the reversion of reversion).
Is there laready a CLI for converting one graph to another? If not, how are people testing? I have a
vg convert
in a local branch of vg (using this libhandlegraph) that I will PR as a strawman, but I think this would eventually belong in sglib