From: Nuno Sousa Cerqueira (nscerque_at_fc.up.pt)
Date: Thu Dec 03 2009 - 17:37:51 CST

Hello,

I am still having problems in reading desmond trajectories using a tcl
script.
my code is like this:

         # load Maestro File
         puts "\n####### Loading Maestro File ...."
         mol new $File-in.cms waitfor all
         display update ui ; # update vmd view

         #load trajectory dtr
         puts "\n####### Loading Desmond trajectory ....."
         mol addfile $directory/clickme.dtr waitfor all molid top
         display update ui ; # update vmd view

is this the best way to load the trajectory?
Sometimes it complains about a missing file ( the /timekeys file). It
seems that there is a problem in reading the directory scheme where
the trajectory files are stored.

Any idea?

Regards, Nuno