Package MolKit :: Package pdb2pqr :: Package src :: Module pdb :: Class MASTER
[hide private]
[frames] | no frames]

Class MASTER

source code

MASTER class

The MASTER record is a control record for bookkeeping. It lists the number of lines in the coordinate entry or file for selected record types.

Instance Methods [hide private]
  __init__(self, line)
...

Method Details [hide private]

__init__(self, line)
(Constructor)

source code 

Initialize by parsing line

COLUMNS  TYPE   FIELD     DEFINITION
-------------------------------------------------
11-15    int    numRemark Number of REMARK records
21-25    int    numHet    Number of HET records
26-30    int    numHelix  Number of HELIX records
31-35    int    numSheet  Number of SHEET records
36-40    int    numTurn   Number of TURN records
41-45    int    numSite   Number of SITE records
46-50    int    numXform  Number of coordinate transformation
                          records (ORIGX+SCALE+MTRIX)
51-55    int    numCoord  Number of atomic coordinate records
                          (ATOM+HETATM)
56-60    int    numTer    Number of TER records
61-65    int    numConect Number of CONECT records
66-70    int    numSeq    Number of SEQRES records