
Hi Geoff, If the main reason you want to write multiple PDBs to a file is to preserve their relative orientations, you can essentially do that with "write PDB" successive times on different models but always relative to the same model. I concede that could be tedious, however. Pdbrun cat is a little dicey since you need to make sure all the atoms you care about are displayed, since only those will be included. Also, with multiple models, I think it puts an END record in between, which needs to be removed if you are going to reopen the file and display the models. As you probably noticed, a lot of USER records get included in the file unless you use the keyword nouser. Hope this helps, Elaine =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Elaine C. Meng, Ph.D. Babbitt Lab and Computer Graphics Lab meng@cgl.ucsf.edu http://www.cgl.ucsf.edu/home/meng/index.html =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Actually, the END records are a good thing and should not be removed. Having END records is the only method for having more than one PDB file embedded into one file, otherwise they are considered to be one chimera model. There is a bug in chimera where it thinks the atom serial numbers of subsequent embedded pdb files are duplicates, but that will get fixed today. :-) Greg On Mon, 7 Apr 2003, Elaine Meng wrote:
Also, with multiple models, I think it puts an END record in between, which needs to be removed if you are going to reopen the file and display the models.
participants (2)
-
Elaine Meng
-
Greg Couch