From: Rami Rauch Date: Thu, 23 Apr 2009 22:44:40 +0000 (+0000) Subject: minor update X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=2fafeca771bb2731a44a3810bee994b1a8be2d84 minor update --- 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)
Library IdTotal LanesM Reads