######################################################################### # # # PyMol Script to render 3_10 helix with side-chains # # # # Esther Zhuang and Kalju Kahn, UCSB, 2003-2004 # # # ######################################################################### hide # General style set sphere_scale, 0.25 set stick_radius, 0.1 color gray, elem c # Select helix select tth, resi 149-158 show sticks, tth show spheres, (tth and (name n or name ca or name c or name o)) cmd.disable('tth') show cartoon, tth cartoon loop # Protonate peptide nitrogens and show H-bonds h_add (name n and tth) show spheres, elem h dist (elem h and neighbor name n), (tth and name o), 2.2 hide label #Zoom in set_view (\ 0.207586840, 0.364946902, 0.907589972,\ 0.915152431, 0.255280882, -0.311966956,\ -0.345539868, 0.895344317, -0.280989885,\ -0.000219237, -0.000044670, -70.141799927,\ 7.591566563, 60.002590179, 18.981264114,\ 61.530296326, 91.665802002, 0.000000000 )