From ee42f44c303aa62082e680b8c8f052b81eb326ee Mon Sep 17 00:00:00 2001 From: earonesty Date: Tue, 16 Sep 2014 13:05:38 +0000 Subject: [PATCH] accounting? --- clipper/varcall.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clipper/varcall.cpp b/clipper/varcall.cpp index c36c983..ebb403d 100644 --- a/clipper/varcall.cpp +++ b/clipper/varcall.cpp @@ -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;