Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 13, 2024
1 parent 532b6b7 commit be300a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/amplicon_covs_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def make_cov_heatmap(cov_df, output=None):
plt.ylabel("sample")
plt.title("Samples {}:{}".format(split_at, cov_df.shape[0] - 1))

print("Saving heatmap")
click.echo("Saving heatmap")

if output is not None:
plt.savefig(output)
Expand Down

0 comments on commit be300a8

Please sign in to comment.