MCPcopy Create free account
hub / github.com/BirolLab/abyss / assemble

Function assemble

Graph/ContigGraphAlgorithms.h:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218/** Assemble unambiguous paths. Write the paths to out. */
219template<typename Graph, typename OutIt>
220OutIt
221assemble(Graph& g, OutIt out)
222{
223 typedef typename graph_traits<Graph>::edge_descriptor edge_descriptor;
224 return assemble_if(g, out, True<edge_descriptor>());
225}
226
227/** Return true if the edge e is +ve sense. */
228template<typename Graph>

Callers

nothing calls this directly

Calls 1

assemble_ifFunction · 0.85

Tested by

no test coverage detected