Skip to content

Commit

Permalink
errata corrige
Browse files Browse the repository at this point in the history
  • Loading branch information
simozacca committed May 7, 2021
1 parent 1b9cf4b commit 0313e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hatchet/utils/cluBB.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def readBB(bbfile):
diff = len(read.keys()) - len(newread.keys())
if diff > 0:
sp.log(msg='{} bins have been discarded because no covered by any SNP\n'.format(diff), level="WARN")
return read, samples
return newread, samples


def getPoints(data, samples):
Expand Down

0 comments on commit 0313e43

Please sign in to comment.