Skip to content

Commit 4fb4c35

Browse files
Dom LaetschDom Laetsch
authored andcommitted
Fix bug in BtIO.readCov
1 parent a58aeb3 commit 4fb4c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def readCov(infile, set_of_blobs):
153153
if name not in set_of_blobs:
154154
print BtLog.warn['2'] % (name, infile)
155155
cov_dict[name] = cov
156-
BtLog.progress(parsed_seqs, progress_unit, len(set_of_blobs))
156+
BtLog.progress(seqs_parsed, progress_unit, len(set_of_blobs))
157157
BtLog.progress(len(set_of_blobs), progress_unit, len(set_of_blobs))
158158
return cov_dict
159159

0 commit comments

Comments
 (0)