Icon representing a recipe

Recipe: Immie's Diddler

created by BeImmie

Profile


Name
Immie's Diddler
ID
100651
Shared with
Public
Parent
None
Children
None
Created on
February 03, 2015 at 07:22 AM UTC
Updated on
February 03, 2015 at 07:22 AM UTC
Description

This script attempts to model the AA-by-AA synthesis of a protein from a ribosome. Works well if secondary structure has already been established and idealized, but tertiary structure is not yet decided.
Diddles your protein real good or your money back.

Best for


Code


selection.DeselectAll() freeze.FreezeAll() for i=1,structure.GetCount() do freeze.Unfreeze(i,true,true) selection.Select(i) structure.WiggleSelected(5,true,true) structure.ShakeSidechainsSelected(2) structure.IdealizeSelected() structure.WiggleSelected(10,true,true) structure.ShakeSidechainsSelected(2) end

Comments