Crate pdb_handler Copy item path Source MolecularType chains_in_contact Identifies unknown residues in each chain of the given PDB structure. identify_chains Identifies all chain IDs in the given PDB structure. identify_molecular_types Identifies molecular types in the given PDB structure. identify_residue_numbers Identifies residue numbers in each chain of the given PDB structure. identify_unknowns Identifies unknown residues in each chain of the given PDB structure. pad_lines Reads a text file specified by pdb_f
, pads each line that starts with ATOM
to 80 characters
with spaces, and returns a buffered reader over an in-memory buffer
containing the padded content. remove_remark Removes lines starting with “REMARK” from a PDB file and returns the filtered content as a BufReader.