pmelsted / bifrost

Bifrost: Highly parallel construction and indexing of colored and compacted de Bruijn graphs
BSD 2-Clause "Simplified" License
204 stars 25 forks source link

Fix compilation error with custom unitig data #18

Open lrvdijk opened 4 years ago

lrvdijk commented 4 years ago

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.