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

Function assemble_stranded

Graph/ContigGraphAlgorithms.h:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 * Write the paths to out. */
248template<typename Graph, typename OutIt>
249OutIt
250assemble_stranded(Graph& g, OutIt out)
251{
252 return assemble_if(g, out, IsPositive<Graph>(g));
253}
254
255/** Remove tips.
256 * For an edge (u,v), remove the vertex v if deg+(u) > 1,

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

assemble_ifFunction · 0.85

Tested by

no test coverage detected