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

Function needsFlipping

ParseAligns/ParseAligns.cpp:718–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718static bool
719needsFlipping(const string& id)
720{
721 return endsWith(id, "F3");
722}

Callers 1

flipAlignmentFunction · 0.85

Calls 1

endsWithFunction · 0.85

Tested by

no test coverage detected