MCPcopy 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
438static unsigned seqIndexToByteNumber(unsigned seqIndex)
439{
440 return seqIndex / 4;
441}
442
443static unsigned seqIndexToBaseIndex(unsigned seqIndex)
444{

Callers 4

isCanonicalMethod · 0.85
shiftPrependMethod · 0.85
atMethod · 0.85
setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected