There was an error while loading. Please reload this page.
based on Lemon Graph library
class alignment_graph { using fragment_type = std::tuple<unsigned, unsigned, unsigned>; // seq_id offset length lemon::ListDigraph graph; lemon::ListDigraph::ArcMap<double> weights; TSequenceContainer & sequences; std::vector<fragment_type> fragments; }