We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7335fd9 commit a58aeb3Copy full SHA for a58aeb3
lib/BtIO.py
@@ -145,7 +145,7 @@ def readCov(infile, set_of_blobs):
145
progress_unit = int(len(set_of_blobs)/100)
146
with open(infile) as fh:
147
for line in fh:
148
- BtLog.progress(i, 10, len(set_of_blobs))
+ BtLog.progress(seqs_parsed, 10, len(set_of_blobs))
149
match = cov_line_re.search(line)
150
if match:
151
seqs_parsed += 1
0 commit comments