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

Function removeContig

FilterGraph/FilterGraph.cc:339–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static void
340removeContig(vertex_descriptor v, Graph& g)
341{
342 clear_vertex(v, g);
343 remove_vertex(v, g);
344 g_removed.push_back(get(vertex_contig_index, g, v));
345 g_count.removed++;
346}
347
348/** Remove the specified contig from the adjacency graph. */
349static void

Callers 2

removeContigsFunction · 0.70
mainFunction · 0.70

Calls 4

clear_vertexFunction · 0.50
remove_vertexFunction · 0.50
getFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected