in reply to Re: Optimizing PDB data structures
in thread Optimizing PDB data structures
Thanks for your reply, I apologise for not explaining further. $ref is simply the atom number in the PDB file, which is a unique number for every atom.
Hence, your solution would work just as well, as every line has in itself, the chain id and residue details
However, PDB files can be large, for example, the one Im dealing with right now has 30 models, of two chains with thousands of atoms, so thats 50k $ref to step through, and in many case, Im just stepping through the models, chains, or residues.
Being able to choose one chain directly would half the number of atoms to step through.
Any more suggestions?
Thanks
Sam Seaver
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Optimizing PDB data structures
by kvale (Monsignor) on Sep 23, 2003 at 17:17 UTC |