Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ getContigNumOfKmers
Function
getContigNumOfKmers
RResolver/Contigs.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
long
79
getContigNumOfKmers(const ContigNode& node)
80
{
81
return get(vertex_bundle, g_contigGraph, node).coverage;
82
}
83
84
double
85
getContigBaseCoverage(const ContigNode& node)
Callers
1
getContigBaseCoverage
Function · 0.85
Calls
1
get
Function · 0.50
Tested by
no test coverage detected