VMD-L Mailing List
From: wang (c00jsw00_at_nchc.org.tw)
Date: Tue Aug 29 2006 - 01:27:52 CDT
- Next message: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Previous message: Guo Zhi: "Re: GLSL failure in VMD 1.8.5, Nvidia 6200 card"
- Next in thread: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Reply: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Reply: dimka: "Re: A error of " transforming dcd into pdb ""
- Reply: Eduard Schreiner: "Re: A error of " transforming dcd into pdb ""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Dear all ,
I used VMD software to transform dcd file (from NAMD) into pdb format file .
There are 30000 frames in dcd file . But I only tranfromed 4500 pdb files .
Could you tell me how to fix the problem ?
thx
wang ^^
my script
_____________________________________________________
mol load psf all.psf dcd 1.dcd
set nf [molinfo top get numframes]
for {set i 0 } {$i < $nf} {incr i}
{
set all [atomselect top all frame $i ]
$all writepdb $i.pdb
}
- Next message: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Previous message: Guo Zhi: "Re: GLSL failure in VMD 1.8.5, Nvidia 6200 card"
- Next in thread: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Reply: Leonardo Trabuco: "Re: A error of " transforming dcd into pdb ""
- Reply: dimka: "Re: A error of " transforming dcd into pdb ""
- Reply: Eduard Schreiner: "Re: A error of " transforming dcd into pdb ""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]