Reference.vmd.script

From Rizzo_Lab
Revision as of 10:19, 21 April 2008 by Tbalius (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
#opens the file that has the atoms that are to be restrained
# if amber inputs do this
# mol load parm7 parm.file rst7 crd.file
# if namd inputs do this
mol load psf psf.file pdb pdb.file 

set all [atomselect top all]
$all writepdb ./gdp.reference01.pdb

quit