Skip to content

Commit

Permalink
update comparison report
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-biocommons committed Nov 12, 2024
1 parent 3d63859 commit 8e84a62
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
50 changes: 28 additions & 22 deletions assets/comparison_template.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/generate_comparison_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def generate_output(plddt_data, name, out_dir, generate_tsv, pdb):
linecolor="black",
gridcolor="WhiteSmoke",
),
legend=dict(y=0, x=1),
legend=dict(yanchor="bottom", y=0.02, xanchor="right", x=1, bordercolor="Black", borderwidth=1),
plot_bgcolor="white",
width=600,
height=600,
Expand Down
2 changes: 1 addition & 1 deletion bin/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def generate_output_images(msa_path, plddt_data, name, out_dir, in_type, generat
linecolor="black",
gridcolor="WhiteSmoke",
),
legend=dict(yanchor="bottom", y=0, xanchor="right", x=1.3),
legend=dict(yanchor="bottom", y=0.02, xanchor="right", x=1, bordercolor="Black", borderwidth=1),
plot_bgcolor="white",
width=600,
height=600,
Expand Down

0 comments on commit 8e84a62

Please sign in to comment.