Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ seqIndexToByteNumber
Function
seqIndexToByteNumber
Common/Kmer.cpp:438–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
}
437
438
static unsigned seqIndexToByteNumber(unsigned seqIndex)
439
{
440
return seqIndex / 4;
441
}
442
443
static unsigned seqIndexToBaseIndex(unsigned seqIndex)
444
{
Callers
4
isCanonical
Method · 0.85
shiftPrepend
Method · 0.85
at
Method · 0.85
set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected