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)
 {
         system ("g_dist << EOF
          13
          14
          EOF");
          $i=$i+1;
  }

Venky

On Aug 22, 2007, at 7:44 AM, priyanka srivastava wrote:

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??

Priyanka.









____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
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

_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
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 thewww interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
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

Reply via email to