minor update
authorRami Rauch <rrauch@stanford.edu>
Thu, 23 Apr 2009 22:44:40 +0000 (22:44 +0000)
committerRami Rauch <rrauch@stanford.edu>
Thu, 23 Apr 2009 22:44:40 +0000 (22:44 +0000)
htswfrontend/htswfrontend/htsw_reports/models.py

index 3f9ba20235b466aace5abe78c8963a7a7782534e..c624c4621f312c46a3e5bb87522a1e8606b8a5fd 100644 (file)
@@ -198,7 +198,7 @@ class ProgressReport(models.Model):
     tstr += '<table><tr><td>Library Id</td><td>Total Lanes</td><td>M Reads</td></tr>'
     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)