Re: [gmx-users] Scripting Analysis tools in tcsh

2006-07-02 Thread Olli Lehtonen
On Fri, 30 Jun 2006, Arneh Babakhani wrote: > Hello GMX users, > > (this may be more of a tcsh question, but here goes anyway). > > I'm trying to write a script to go through some trajectories and > calculate hbonding. It looks like this: > > #!/bin/tcsh > foreach number (1 2 3 4 5 6 7 8 9 10 11

Re: [gmx-users] Scripting Analysis tools in tcsh

2006-07-01 Thread Mark Abraham
> Hello GMX users, > > (this may be more of a tcsh question, but here goes anyway). > > I'm trying to write a script to go through some trajectories and calculate hbonding. It looks like this: While it is possible to do these things, it's rarely worth going to contortions with "here documents" wh

Re: [gmx-users] Scripting Analysis tools in tcsh

2006-06-30 Thread paloureiro
Hello GMX users, (this may be more of a tcsh question, but here goes anyway). I'm trying to write a script to go through some trajectories and calculate hbonding. It looks like this: #!/bin/tcsh foreach number (1 2 3 4 5 6 7 8 9 10 11) g_hbond -f ../../FullMD/FullMD$number.trr -s ../..

[gmx-users] Scripting Analysis tools in tcsh

2006-06-30 Thread Arneh Babakhani
Hello GMX users, (this may be more of a tcsh question, but here goes anyway). I'm trying to write a script to go through some trajectories and calculate hbonding. It looks like this: #!/bin/tcsh foreach number (1 2 3 4 5 6 7 8 9 10 11) g_hbond -f ../../FullMD/FullMD$number.trr -s ..