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 ca71adb commit 135769aCopy full SHA for 135769a
lib/BtCore.py
@@ -315,7 +315,7 @@ def parseCovs(self, covLibObjs):
315
pass
316
covLib.mean_cov = covLib.cov_sum/self.seqs
317
if covLib.cov_sum == 0.0:
318
- print BtLog.error['26'] % (covLib.f)
+ print BtLog.error_d['26'] % (covLib.f)
319
print covLib.cov_sum
320
self.covLibs[covLib.name] = covLib
321
0 commit comments