For my Python bindings I have custom type for unitig data (instead of void), but when I tried to compile with a custom unitig data type it gave an error in DataStorage.tcc
And this commit accidentally also includes another function to obtain the color_names from DataStorage which I found useful.
For my Python bindings I have custom type for unitig data (instead of void), but when I tried to compile with a custom unitig data type it gave an error in
DataStorage.tcc
And this commit accidentally also includes another function to obtain the color_names from DataStorage which I found useful.