On Sun, Dec 09, 2007, Urszula Uciechowska wrote:
>
> initial minimisation
> &cntrl
> imin = 1,
> maxcyc = 500,
> ncyc = 250,
> ntb = 0,
> ntr = 1,
> ntpr = 10,
> igb = 2,
> cut = 12
> /
> Restrain the protein backbone atoms
> 10.0
> RES 1-255.CA,C,A
> END
> END
You are mixing up the two forms of input for atom selection. The newer one
(which is easier to use) is described in the atommask section of the manual.
You probably want something like this:
restraintmask=':1-255.CA,C', restraint_wt=10.0,
This is roughly what you wrote above in intent. I'm not sure if you have any
atoms named "A" in your structure, or exactly which atoms you wish to
restrain, however.
With this method, you don't need any input lines after the namelist section.
...good luck....dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Dec 12 2007 - 06:07:08 PST