[][src]Module nom_pdb::title_section::header

Parsing the Header. The HEADER record uniquely identifies a PDB entry through the idCode field. This record also provides a classification for the entry. Finally, it contains the date when the coordinates were deposited to the PDB archive.

Record Format

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record nameHEADER
11 - 50String(40)/StringclassificationClassifies the molecule(s).
51 - 59Date/chrono::NaiveDatedeposition_dateDeposition date. This is the date the coordinates were received at the PDB.
63 - 66IDcode/Stringid_codeThis identifier is unique within the PDB.

Structs

HeaderParser
HeaderParserParallel
HeaderParserStreaming