Bifrost
Data Structures
UnitigMap.hpp File Reference

UnitigMap type interface. More...

Go to the source code of this file.

Data Structures

class  UnitigMapBase
 Structure containing the basic information of a unitig mapping. More...
 
class  UnitigMap< Unitig_data_t, Graph_data_t, is_const >
 Contain all the information for the mapping of a k-mer or a sequence to a unitig of a Compacted de Bruijn graph. More...
 
struct  UnitigMapHash< Unitig_data_t, Graph_data_t, is_const >
 

Detailed Description

UnitigMap type interface.

Code snippets using this interface are provided in snippets/test.cpp.