Permalink
Browse files

accounting?

  • Loading branch information...
1 parent 302fcb9 commit ee42f44c303aa62082e680b8c8f052b81eb326ee earonesty committed Sep 16, 2014
Showing with 4 additions and 0 deletions.
  1. +4 −0 clipper/varcall.cpp
View
@@ -2033,6 +2033,10 @@ void PileupManager::LoadAnnot(const char *path) {
void VarStatVisitor::Visit(PileupSummary &p) {
tot_locii += 1;
+// if (tot_locii % 10000 == 0) {
+// fprintf(stderr,"\r%.4f ", 100*(float)tot_locii/777385781.0);
+// }
+
if (p.Depth < minsampdepth)
return;

0 comments on commit ee42f44

Please sign in to comment.