Suman Chakrabarty a écrit :
Dear all,
I have a very long trajectory split over a large number of files. What
would be the most efficient way to use the analysis programs over them?
Do they support multiple input for trajectory?
No most of the time, but you can easily analyze each part of your
trajectory by embedding the Gromacs command line in a while loop. In
Bash, it gives something like:
npart=xxx
i=0
while [ $i -le $npart ]; do
g_xxx ... >& g_xxx.out
i=$[i+1]
done
Or I need to combine all
files into a single one anyway?
I guess it depends on the time scale of the phenomenon you want to
observe and on how often you have sample your
coordinates/velocity/energy during the computation. For a short time
scale phenomenon, like bond stretching, you can split your trajectory
into pieces of, let say, 5 ns and consider each piece as independent.
For a long time scale phenomenon, you will have to split your trajecory
in bigger pieces or even merge all the parts.
Please help.
Regards,
Suman.
begin:vcard
fn:Nicolas Sapay
n:Sapay;Nicolas
org:University of Calgary;Biological department
adr:;;2500 University drive NW;Calgary;AB;T2N 1N4;Canada
email;internet:[EMAIL PROTECTED]
title:Post-doctoral fellow
tel;work:403-220-6869
x-mozilla-html:TRUE
url:http://moose.bio.ucalgary.ca/
version:2.1
end:vcard
_______________________________________________
gmx-users mailing list [email protected]
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php