Rosetta
Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes | List of all members
arls_impl.DockingCase Class Reference
Inheritance diagram for arls_impl.DockingCase:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, paths, prot_cofs_lig)
 

Public Attributes

 protein
 
 cofactors
 
 ligand
 

Private Member Functions

def _pcache (self, docking_file)
 
def _ccache (self, docking_file)
 
def _lcache (self, docking_file)
 

Static Private Attributes

dictionary _protein_cache = {}
 
dictionary _cofactor_cache = {}
 
dictionary _ligand_cache = {}
 

Constructor & Destructor Documentation

◆ __init__()

def arls_impl.DockingCase.__init__ (   self,
  paths,
  prot_cofs_lig 
)

Member Function Documentation

◆ _ccache()

def arls_impl.DockingCase._ccache (   self,
  docking_file 
)
private

◆ _lcache()

def arls_impl.DockingCase._lcache (   self,
  docking_file 
)
private

◆ _pcache()

def arls_impl.DockingCase._pcache (   self,
  docking_file 
)
private

Member Data Documentation

◆ _cofactor_cache

dictionary arls_impl.DockingCase._cofactor_cache = {}
staticprivate

◆ _ligand_cache

dictionary arls_impl.DockingCase._ligand_cache = {}
staticprivate

◆ _protein_cache

dictionary arls_impl.DockingCase._protein_cache = {}
staticprivate

◆ cofactors

arls_impl.DockingCase.cofactors

◆ ligand

arls_impl.DockingCase.ligand

◆ protein

arls_impl.DockingCase.protein

Referenced by schema.Job.name().


The documentation for this class was generated from the following file: