From: Joseph Bylund (joseph.bylund_at_gmail.com)
Date: Mon Apr 26 2010 - 14:01:40 CDT

Hi all,
I would like to alter my .vmdrc such that a representation shows a
specific frame, I am wondering if there is a way to do this?

What I have currently:

mol representation {Licorice 0.1 10 10}
mol selection "protein"
set colorvar 0
foreach mid [molinfo list] {
     mol color Name
# mol trajectory 500 ??trying to select just frame 500??
     mol addrep $mid
     incr colorvar
     if {$colorvar == 16} { incr colorvar }
     set colorvar [expr round ( fmod ( $colorvar , 33 ) ) ]
}

So it's namely the commented line that I'm struggling with.

Thanks,
-Joe