Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Aug 9, 2024
1 parent f4f372d commit aae4ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/landscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def draw_depth(
if y >= MIN_COVERED_DEPTH:
covered_bp += b.end - b.start
total_bp += b.end - b.start
logger.debug("Coverage: %s", percentage(covered_bp, total_bp))
logger.debug("cov: %s", percentage(covered_bp, total_bp))

x, y, c = zip(*data)
ax.scatter(
Expand Down

0 comments on commit aae4ac0

Please sign in to comment.