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

Function pruneTips

Graph/ContigGraphAlgorithms.h:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 */
315template<typename Graph, typename OutputIt>
316OutputIt
317pruneTips(Graph& g, OutputIt result)
318{
319 return pruneTips_if(g, result, IsTip<Graph>(g));
320}
321
322/** Remove islands.
323 * For a vertex v, remove v if deg+(v) = 0, deg-(v) = 0 and p(v) is

Callers

nothing calls this directly

Calls 1

pruneTips_ifFunction · 0.85

Tested by

no test coverage detected