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

Function removeContig

PopBubbles/PopBubbles.cpp:535–541  ·  view source on GitHub ↗

Remove the specified contig from the adjacency graph. */

Source from the content-addressed store, hash-verified

533
534/** Remove the specified contig from the adjacency graph. */
535static void
536removeContig(Graph* g, ContigID id)
537{
538 ContigNode v(id, false);
539 g->clear_vertex(v);
540 g->remove_vertex(v);
541}
542
543int
544main(int argc, char** argv)

Callers 1

mainFunction · 0.70

Calls 2

clear_vertexMethod · 0.45
remove_vertexMethod · 0.45

Tested by

no test coverage detected