Skip to content

Commit

Permalink
change name of snp plot save
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Oct 11, 2024
1 parent 9431b86 commit 7663a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnoPrimer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ def _plotly_primers(
showlegend=False,
)
if out_dir:
fig.write_html(f"{name}_{assay_type}.html")
fig.write_image(f"{name}_{assay_type}.pdf")
fig.write_html(f"{name}_{assay_type}_snps.html")
fig.write_image(f"{name}_{assay_type}_snps.pdf")
fig.show()


Expand Down

0 comments on commit 7663a0a

Please sign in to comment.