Profile
- Name
- 965 SS best guess
- ID
- 49832
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- August 13, 2014 at 18:55 PM UTC
- Updated on
- August 13, 2014 at 18:55 PM UTC
- Description
For puzzle 965 Tc848 only! Applies Susume's best guess of secondary structure to match contact map; based on Baker #5 server model.
Best for
Code
-- For puzzle 965 Tc848 only!
-- Applies Susume's best guess of secondary structure to match contact map
-- Based on Baker #5 server model
selection.SelectAll()
structure.SetSecondaryStructureSelected("L")
selection.DeselectAll()
selection.SelectRange(79,86)
selection.SelectRange(90,97)
selection.SelectRange(151,157)
structure.SetSecondaryStructureSelected("E")
selection.DeselectAll()
selection.SelectRange(2,13)
selection.SelectRange(23,29)
selection.SelectRange(34,49)
selection.SelectRange(52,55)
selection.SelectRange(59,67)
selection.SelectRange(69,75)
selection.SelectRange(102,120)
selection.SelectRange(125,143)
selection.SelectRange(168,181)
structure.SetSecondaryStructureSelected("H")
selection.DeselectAll()