Re: [gmx-users] A very Basic query

2007-08-22 Thread priyanka srivastava
Dear Dr. Mark, My sincere apologies for posting the question without searching for it. Regards, Priyanka --- Mark Abraham <[EMAIL PROTECTED]> wrote: > Curiously enough, this is the very first FAQ in the > wiki list... > http://wiki.gromacs.org/index.php/FAQs > > Mark > > Venky Krishna wrote:

Re: [gmx-users] A very Basic query

2007-08-22 Thread Mark Abraham
Curiously enough, this is the very first FAQ in the wiki list... http://wiki.gromacs.org/index.php/FAQs Mark Venky Krishna wrote: well I don't know if it can be done with gromacs... but sure can be using shell script + perl script. do something like this #!/usr/bin/perl while ($i<10) {

Re: [gmx-users] A very Basic query

2007-08-22 Thread Venky Krishna
well I don't know if it can be done with gromacs... but sure can be using shell script + perl script. do something like this #!/usr/bin/perl while ($i<10) { system ("g_dist << EOF 13 14 EOF"); $i=$i+1; } Venky On Aug 22, 2007, at 7:44 A

[gmx-users] A very Basic query

2007-08-22 Thread priyanka srivastava
Dear All, Apologies for a very basic query. I wish to run g_dist command using groups 13 & 14 say 10 times, when I write the perl script it prompts me at the following point 10 times: Select a group: So I have to manually give 13 and 14 each time. Is there anyway in gromacs to automate it??