ssdb_add

pmlbeta.secstructdb.ssdb_add(entryname: str, phi: Union[str, float], theta: Union[str, float], psi: Union[str, float, None] = None, _self=None)[source]

DESCRIPTION

Add/modify an entry in the secondary structure database

USAGE

ssdb_add entryname, phi, theta, psi # for beta-amino acids

or

ssdb_add entryname, phi, psi # for alpha-amino acids

ARGUMENTS

entryname = string: the name of the entry

phi = float: the first (N-terminal) backbone dihedral angle: (C-, N, CA, C) for alpha-amino acids and
(C-, N, CB, CA) for beta-amino acids

theta = float: the middle backbone dihedral angle for beta-amino acids: (N, CB, CA, C)

psi = float: the last (C-terminal) backbone dihedral angle: (N, CA, C, N+) for alpha-amino acids and
(CB, CA, C, N+) for beta-amino acids

NOTES

changes are automatically saved for further PyMOL sessions.

SEE ALSO

ssdb_del, ssdb_list, ssdb_resetdefaults, ssdb_dihedrals