Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
klimaj committed Jul 8, 2022
1 parent 77e7409 commit a5c98b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer3d/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def rosettaViewer(
4: perResidueSasaMetric (visualization causes the viewer to not reproducibly show
`perResidueEnergyMetric` and `perResidueClashMetric` presets correctly)
Bugs:
TODO:
- If using `pyrosetta.pose_from_sequence`, `py3Dmol` may not show `perResidueClashMetric` correctly.
Args:
Expand All @@ -964,9 +964,9 @@ def rosettaViewer(
presets = (
perResidueEnergyMetric,
perResidueClashMetric,
# perResidueSasaMetric,
unsatSelector,
ligandsAndMetals,
perResidueSasaMetric,
) # Presets to display using an IntSlider widget
backend = _to_backend(backend)
view = viewer3d.init(
Expand Down

0 comments on commit a5c98b1

Please sign in to comment.