hi in this command you have said to take two input files, may i know why.ptraj prmtop << EOF
trajin traj.1
trajin traj.2
radgyr out radgyr.dat :1-100
EOF
Thomas Cheatham III <tec3.utah.edu> wrote: 
> i am using that command,but it says cannot read radgyr with mod (r).
> I have seen in the program,in ptraj, there is no file for radgyr.
OK, somehow ptraj is trying to read a file named "radgyr" and it cannot 
find it or open it...  This is unexpected unless you somehow did something 
like "trajin radgyr".
Here is how I would run the radgyr command for a 100 residue protein:
ptraj prmtop << EOF
trajin traj.1
trajin traj.2
radgyr out radgyr.dat :1-100
EOF
-- tec3
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
                         
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Jul 01 2007 - 06:07:31 PDT