We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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; }