Hydrogen Bonding Distances and Atom identification
We are using PyRosetta 2.83 to identify hydrogen bonds between atoms. For example, take the following code:
pose = pose_from_pdb("/Users/kmolloy/Downloads/2ezk.pdb") hbond_set = pose.get_hbonds() hbond_set.show(pose, 5) hbond_set.show(pose,7)
This results of running this code are shown below:
- Read more about Hydrogen Bonding Distances and Atom identification
- 1 comment
- Log in or register to post comments