Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ flip
Method
flip
Common/Kmer.cpp:135–139 ·
view source on GitHub ↗
Flip all the bits. */
Source
from the content-addressed store, hash-verified
133
134
/** Flip all the bits. */
135
void flip()
136
{
137
for (unsigned i = 0; i < SEQ_WORDS; i++)
138
x[i] = ~x[i];
139
}
140
141
/** Shift right by the specified number of bits. */
142
void operator>>=(uint8_t n)
Callers
1
reverseComplement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected