Profile
- Name
- 988 SS from contact map
- ID
- 100017
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- September 29, 2014 at 01:49 AM UTC
- Updated on
- September 29, 2014 at 01:49 AM UTC
- Description
For puzzle 988 or other versions of CASP target Tc824 only! Sets secondary structure to match the contact map.
Best for
Code
-- For puzzle 988 or other versions of CASP target Tc824 only!
-- Sets secondary structure to match the contact map.
selection.SelectAll()
structure.SetSecondaryStructureSelected("L")
selection.DeselectAll()
selection.SelectRange(5,10)
selection.SelectRange(33,35)
selection.SelectRange(59,63)
selection.SelectRange(76,80)
selection.SelectRange(104,109)
structure.SetSecondaryStructureSelected("E")
selection.DeselectAll()
selection.SelectRange(17,27)
selection.SelectRange(42,49)
selection.SelectRange(88,96)
structure.SetSecondaryStructureSelected("H")
selection.DeselectAll()