Skip to content

Commit

Permalink
update report
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Aug 26, 2024
2 parents ed26181 + 9893830 commit 62a97eb
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 857 deletions.
1,727 changes: 871 additions & 856 deletions assets/proteinfold_template.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/generat_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def generate_output_images(msa_path, plddt_paths, name, out_dir, in_type):
height=600,
modebar_remove=['toImage', 'zoomIn', 'zoomOut']
)
html_content = fig.to_html(full_html=False, config={'displayModeBar': True, 'displaylogo': False, 'scrollZoom': True})
html_content = fig.to_html(full_html=False, include_plotlyjs='cdn', config={'displayModeBar': True, 'displaylogo': False, 'scrollZoom': True})

with open(f"{out_dir}/{name+('_' if name else '')}coverage_LDDT.html", "w") as out_file:
out_file.write(html_content)
Expand Down

0 comments on commit 62a97eb

Please sign in to comment.