Re: [gmx-users] Using shell script to analyze the results

2012-02-10 Thread Kiwoong Kim
Thanks to Azoia and nayeem The solution from Azoia is perfectly working :) Thx. 2012/2/10 Nuno Azoia > There is a more direct way. In the script just use > g_msd -f *.xtc -s *.tpr -o *.xvg -rmcomm < Number > Number > EOF > > where Number denotes the group number, or the group name, matchin

Re: [gmx-users] Using shell script to analyze the results

2012-02-10 Thread Nuno Azoia
There is a more direct way. In the script just use g_msd -f *.xtc -s *.tpr -o *.xvg -rmcomm < wrote: > Create a file named input.g_rms. write the group number in this file. In > your shell script after command line write executed in shell the file input.g_rms having group number will be read. >

Re: [gmx-users] Using shell script to analyze the results

2012-02-10 Thread shahid nayeem
Create a file named input.g_rms. write the group number in this file. In your shell script after command line write wrote: > Hi, > > I'm not good at shell programming now. > For the simplicity, I wrote down all the gromacs commands in one shell > script. > > It means that if I execute the .sh fil

[gmx-users] Using shell script to analyze the results

2012-02-10 Thread Kiwoong Kim
Hi, I'm not good at shell programming now. For the simplicity, I wrote down all the gromacs commands in one shell script. It means that if I execute the .sh file, then every works including graphs used for analysis are done. However, when there are g_msd -f *.xtc -s *.tpr -o *.xvg -rmcomm, I have