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

Function getMinWindowLength

RResolver/RAlgorithmsShort.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71static int
72getMinWindowLength(const int tests, const int repeatSize, const int minMargin)
73{
74 return tests - 1 + minMargin + repeatSize + minMargin;
75}
76
77static bool
78windowLongEnough(const int windowSize, const int tests, const int repeatSize, const int minMargin)

Callers 1

windowLongEnoughFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected