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

Method mark

Parallel/NetworkSequenceCollection.h:95–98  ·  view source on GitHub ↗

Mark the specified sequence in both directions. */

Source from the content-addressed store, hash-verified

93
94 /** Mark the specified sequence in both directions. */
95 void mark(const V& seq)
96 {
97 setFlag(seq, SeqFlag(SF_MARK_SENSE | SF_MARK_ANTISENSE));
98 }
99
100 /** Mark the specified sequence. */
101 void mark(const V& seq, extDirection sense)

Callers 1

performNetworkTrimMethod · 0.45

Calls 1

SeqFlagEnum · 0.85

Tested by

no test coverage detected