Skip to content

Commit

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

print("Saving heatmap")

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

Expand Down

0 comments on commit 532b6b7

Please sign in to comment.