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

Method sum

Consensus/Consensus.cpp:81–81  ·  view source on GitHub ↗

Return the number of reads at this position. */

Source from the content-addressed store, hash-verified

79
80 /** Return the number of reads at this position. */
81 unsigned sum() const { return accumulate(count, count+4, 0); }
82
83 friend ostream& operator <<(ostream& out, const BaseCount& base)
84 {

Callers 2

writePileupFunction · 0.45
consensusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected