VMD-L Mailing List
From: Joseph Bylund (joseph.bylund_at_gmail.com)
Date: Mon Apr 26 2010 - 14:01:40 CDT
- Next message: Diego Javier Alonso de Armiņo: "Conversion of GAMESS Quantum MD trajectory file"
- Previous message: muniyamuthu.raviprasad_at_ndsu.edu: "merge structure: error processing angles"
- Next in thread: Axel Kohlmeyer: "Re: representation question"
- Reply: Axel Kohlmeyer: "Re: representation question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Diego Javier Alonso de Armiņo: "Conversion of GAMESS Quantum MD trajectory file"
- Previous message: muniyamuthu.raviprasad_at_ndsu.edu: "merge structure: error processing angles"
- Next in thread: Axel Kohlmeyer: "Re: representation question"
- Reply: Axel Kohlmeyer: "Re: representation question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]