X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=EM.cpp;h=322a3063ff6596c9b1cce15d037065c8c2c1af85;hb=791b978145b0d22865ee350db9d58072bb99d816;hp=5f9b8c05a3d11f785eb31de57466e5dd3c4d5e4c;hpb=534e12beacb83144d7d305d5cabfc8a9272b1a75;p=rsem.git diff --git a/EM.cpp b/EM.cpp index 5f9b8c0..322a306 100644 --- a/EM.cpp +++ b/EM.cpp @@ -394,9 +394,11 @@ void release(ReadReader **readers, HitContainer **hitvs, doub delete[] mhps; } +int tmp_n; + inline bool doesUpdateModel(int ROUND) { - //return false; // never update, for debugging only - return ROUND <= 20 || ROUND % 100 == 0; + // return ROUND <= 20 || ROUND % 100 == 0; + return ROUND <= 10; } //Including initialize, algorithm and results saving