From 2fafeca771bb2731a44a3810bee994b1a8be2d84 Mon Sep 17 00:00:00 2001 From: Rami Rauch Date: Thu, 23 Apr 2009 22:44:40 +0000 Subject: [PATCH] minor update --- htswfrontend/htswfrontend/htsw_reports/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htswfrontend/htswfrontend/htsw_reports/models.py b/htswfrontend/htswfrontend/htsw_reports/models.py index 3f9ba20..c624c46 100644 --- a/htswfrontend/htswfrontend/htsw_reports/models.py +++ b/htswfrontend/htswfrontend/htsw_reports/models.py @@ -198,7 +198,7 @@ class ProgressReport(models.Model): tstr += '' LanesCnt, ReadsCnt = 0, 0 for l in arlibs: - res = getLibReads(l) + res = getLibReads(l,'ByLib') LanesCnt += res[0] ReadsCnt += res[1] rc = "%1.2f" % (res[1]/1000000.0) -- 2.30.2
Library IdTotal LanesM Reads