Subject: Re: [modeller_usage] A single type of rotamer
From: Modeller Caretaker <>
Date: Mon, 11 Oct 2010 11:29:22 -0700
Cc:
On 10/8/10 9:38 PM, Omar Piña wrote:
I need to model a protein with the lysine all straight (stuck-up?). How
can I say to modeller that only create models with the lysine in that
form?? This Lysine is known to be like that. Thanks!!
For any modeling in Modeller, you need to think about the set of spatial
restraints that correspond to your desired geometry. By "stuck-up" I
presume you mean a specific rotamer for which you know chi1, chi2 etc.
So you just create a few restraints on those dihedrals. If you're doing
this during a comparative modeling run with automodel, you'd build those
restraints in the special_restraints() routine. The only complication is
that Modeller already builds homology-derived sidechain restraints, so
you'd have to remove those first using Restraints.unpick() and
Restraints.condense().
I've attached a simple modification of the basic automodel example from
http://salilab.org/modeller/9v8/manual/node16.html which modifies it to
restrain the first Lys residue (residue 15) to have both chi1 and chi2
be 0 +/ 0.1 radians.