Trajectory Analysis: traj.inp

Parameters to charmm:

parameters

options

default

pdbfile=

root of pdbfile name also segid of protein

none, die

toppar=

path to topology and parameter files

$toppar

crystal=

true, false

false

shape=

cubic, octahedral

cubic

begin=

number

1

end=

number

10

current=

number

@begin

status=

start, restart

start

water=

true, false

false

task=

format, unformat,unmerge,
stripwat,  atomrms,  timerms,  p2

none, die

Required files and directories:

TASKS


Strip Water

% cd crd
% ln -s ../1fsc_dimens.stream ../1fsc.psf .
% setenv toppar ".."
% charmm pdbfile=1fsc begin=1 end=8 task=stripwat \
 < ../traj.inp > stripwat.out
gives output files:

RMSD:  average rmsd of each atom position vs average structure

gives output files:
We can plot the rmsd with xmgr an make the following plot (saved xmgrace file)
% xmgrace 1fsc_e1-8_nowat.rms


 

 
From this figure it is clear that the water is very mobil and not really worth examining with respect to rmsd motion. We use the water=false argument in the charmm command line for the traj.inp script or leave it out since it is default:
% charmm pdbfile=1fsc begin=1 end=8 task=atomrms \
 < ../traj.inp > atomrmsd_nowat.out
gives output files: