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 3a12dba commit 6fe4f9fCopy full SHA for 6fe4f9f
lib/BtIO.py
@@ -151,7 +151,7 @@ def readCov(infile, set_of_blobs):
151
seqs_parsed += 1
152
name, cov = match.group(1), float(match.group(2))
153
if name not in set_of_blobs:
154
- print BtLog.warn['2'] % (name, infile)
+ print BtLog.warn_d['2'] % (name, infile)
155
cov_dict[name] = cov
156
BtLog.progress(seqs_parsed, progress_unit, len(set_of_blobs))
157
BtLog.progress(len(set_of_blobs), progress_unit, len(set_of_blobs))
0 commit comments