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

Method setFlag

Assembly/DBG.h:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void setFlag(const key_type& key, SeqFlag flag)
238{
239 bool rc;
240 iterator it = find(key, rc);
241 assert(it != m_data.end());
242 it->second.setFlag(rc ? complement(flag) : flag);
243}
244
245/** Mark the specified sequence in both directions. */
246void mark(const key_type& seq)

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
complementFunction · 0.85
endMethod · 0.45

Tested by

no test coverage detected