MCPcopy 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
78long
79getContigNumOfKmers(const ContigNode& node)
80{
81 return get(vertex_bundle, g_contigGraph, node).coverage;
82}
83
84double
85getContigBaseCoverage(const ContigNode& node)

Callers 1

getContigBaseCoverageFunction · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected