Icon representing a recipe

Recipe: 925 SS from contact map

created by Susume

Profile


Name
925 SS from contact map
ID
49487
Shared with
Public
Parent
None
Children
None
Created on
June 27, 2014 at 14:03 PM UTC
Updated on
June 27, 2014 at 14:03 PM UTC
Description

For puzzle 925 only! Sets secondary structure according to the contact map. For a big hint about the overall shape, read the comments at the beginning of the code.

Best for


Code


--For Puzzle 925 only! Sets secondary structures to those indicated by the contact map. --General shape seems to be a beta barrel, possibly with one edge that does not quite bond. --Sheet order goes back and forth across the barrel, not straight left to right. selection.SelectAll() structure.SetSecondaryStructureSelected("L") selection.DeselectAll() selection.SelectRange(9,20) selection.SelectRange(24,35) selection.SelectRange(39,49) selection.SelectRange(53,57) selection.SelectRange(76,79) selection.SelectRange(82,88) selection.SelectRange(93,97) selection.SelectRange(103,112) structure.SetSecondaryStructureSelected("E") selection.DeselectAll() selection.SelectRange(60,65) structure.SetSecondaryStructureSelected("H")

Comments