Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ getContigSize
Function
getContigSize
RResolver/Contigs.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int
27
getContigSize(const ContigNode& node)
28
{
29
return getContigSequence(node).size();
30
}
31
32
const std::string&
33
getContigComment(const ContigNode& node)
Callers
1
isSmallRepeat
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected