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

[Feature request] Programatically add sequence to a colored compacted De Bruijn graph #36

Open lrvdijk opened 4 years ago

lrvdijk commented 4 years ago

The class CompactedDBG has a function add to add sequence to the graph (and automatically turn it into unitigs).

This function has not been adapted for ColoredCDBG, and it seems that there's no easy API add sequence to a colored de bruijn graph (with a specific color, new or existing).