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 { lemon::Digraph graph // the graph lemon::EdgeMap weights // edge weights TSequenceContainer const & seq // underlying sequences std::tuple<unsigned, unsigned, unsigned> frag // fragments (seq_id, offset, length) }