MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / sum

Function sum

src/myFunc.cpp:346–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 cout << "..File "<<chrLenFileName<<" was read\n";
345}
346unsigned long sum(const std::vector<int>& data) {
347 unsigned long sum = 0;
348 for (int i=0; i< (int) data.size(); i++) {
349 sum+=data[i];
350 //cout << data[i] << "\n";
351 }
352 return sum;
353}
354
355long getLineNumber(std::string const& fileName, std::string const& refFileName, const std::string& pathToSamtools, const std::string& pathToSambamba, const std::string& SambambaThreads) {
356 string line ;

Callers 2

readCopyNumberMethod · 0.85
initCopyNumberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected