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

Function recordTrimmedContigs

PathOverlap/PathOverlap.cpp:353–359  ·  view source on GitHub ↗

Record the trimmed contigs. */

Source from the content-addressed store, hash-verified

351
352/** Record the trimmed contigs. */
353static void
354recordTrimmedContigs(ContigPath::const_iterator first, ContigPath::const_iterator last)
355{
356 for (ContigPath::const_iterator it = first; it != last; ++it)
357 if (!it->ambiguous())
358 s_trimmedContigs.push_back(it->contigIndex());
359}
360
361/** Remove ambiguous contigs from the ends of the path. */
362static void

Callers 1

removeContigsFunction · 0.85

Calls 3

ambiguousMethod · 0.80
contigIndexMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected