pestifer.objs.cfusion module¶
CFusions are user-specified modifications which fuse residues from a named residue range of a named protein chain of a named input coordinate file to the C-terminus of a named segment of base molecule.
- class pestifer.objs.cfusion.Cfusion(*args, sourcefile: str, sourceseg: str, resid1: ResID, resid2: ResID, chainID: str, obj_id: int = 0)[source]¶
Bases:
BaseObjA class for handling fusions of residues represented by an existing coordinate file to the C-termini of base-molecule segments
- model_config = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'frozen': False}¶
Configuration for
pydantic.BaseModel.