Icon representing a recipe

Recipe: 1025 SS best guess

created by Susume

Profile


Name
1025 SS best guess
ID
100395
Shared with
Public
Parent
None
Children
None
Created on
December 17, 2014 at 06:34 AM UTC
Updated on
December 17, 2014 at 06:34 AM UTC
Description

For puzzle 1025 only! Sets secondary structure to something that matches the ED cloud a little better than what we were given - last sheet is in a different place.

Best for


Code


-- For puzzle 1025 only! -- Sets secondary structure to something that fits the ED cloud. -- Last sheet is different from what we were given. selection.SelectAll() structure.SetSecondaryStructureSelected("L") selection.DeselectAll() selection.SelectRange(7,10) selection.SelectRange(120,123) selection.SelectRange(135,136) structure.SetSecondaryStructureSelected("E") selection.DeselectAll() selection.SelectRange(13,22) selection.SelectRange(25,59) selection.SelectRange(63,116) selection.SelectRange(138,147) structure.SetSecondaryStructureSelected("H") selection.DeselectAll()

Comments