AMBER Archive (2003)

Subject: AMBER: CARNAL

From: Wen Li (liw_at_wadsworth.org)
Date: Mon Aug 25 2003 - 09:30:19 CDT


Dear AMBER-users,

I am trying to get an average structure from snapshots 1-500 of
an MD trajectory which includes a total of 1000 snapshots. Could anyone
tell me how to change the following batch file for CARNAL that is for
generating an average for the total 1000 snapshots? Do I have to use
SELECT to obtain the 500 snapshots first? Thanks!

FILES_IN
  PARM p1 topo;
  STREAM s1 md.traj;
  STATIC refset md.rst;
  
FILES_OUT
 COORD crd average.pdb PDB;

DECLARE
  GROUP grp1 (RES 1-50);
  RMS fit1 FIT grp1 s1 refset;

OUTPUT
 COORD crd fit1 AVERAGE;
 
END

Wen

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu