MCPcopy Create free account
hub / github.com/deweylab/RSEM / doesUpdateModel

Function doesUpdateModel

EM.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307inline bool doesUpdateModel(int ROUND) {
308 // return ROUND <= 20 || ROUND % 100 == 0;
309 return ROUND <= 10;
310}
311
312//Including initialize, algorithm and results saving
313template<class ReadType, class HitType, class ModelType>

Callers 1

EMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected