From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Tue Nov 22 2011 - 06:20:24 CST

On Nov 22, 2011, at 5:48 AM, Jorgen Simonsen <jorgen589_at_gmail.com> wrote:

> Hi all,
>
> I have written a tcl script to analysis some properties from MD run
> when I execute it in the following order like this
>
> vmd -dispdev text
>
> and then
>
> source script.tcl
>
> it works fine stops after 500 frames - if I put the commands into a
> bash script and like this
>
> #!/bin/bash
> vmd -dispdev text < script.tcl >p.log
>
> it quits after 5 frames and not after 500 as supposed.
>
> How to resolve this?

How should somebody know without
seeing the script? My crystal ball hasn't been working for years...

Axel.

>
> Thanks