Package schrodinger :: Package application :: Package desmond :: Module fep_reporter :: Class FEPReportMaker
[hide private]
[frames] | no frames]

Class FEPReportMaker

object --+
         |
        FEPReportMaker

Instance Methods [hide private]
 
__init__(self, basename=None, cms_fn=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_load_modules(self)
 
get_cms(self, cms_fn)
try to find cms file
 
parse_fep_data(self)
Given an ark object, parse the data
 
read_FEPSimulation(self, ark_obj)
 
read_ProteinInfo(self, ark_obj)
 
read_LigandInfo(self, ark_obj)
 
read_FEP_REST_energetics(self, ark_obj)
 
read_REST_exchanges(self, ark_obj)
 
report(self)
 
cleanupTempFiles(self)
 
init_report(self)
 
reportFinalResults(self)
 
reportReplicaExchanges(self)
 
reportReplicaPairEnergies(self)
 
add_replicas_dF_table(self, ark_obj)
 
add_overlapEnergyTable(self, data)
 
getRESTDensityPlot(self)
 
getOverlapEnergyPlot(self)
 
getEnergyConvergencePlot(self)
 
reportLigandsDetails(self)
 
reportProteinDetails(self)
 
getSequenceViewerImage(self, prot_str)
Generate protein sequence image, given a protein structure Returns a platipus image
 
getTempImageFilename(self)
 
getLigandImage(self, asl_str, lig_num)
 
get_protein(self)
 
reportSimulationDetails(self)
 
error(self, msg)
 
str(self, str_in)
This is to remove the "'s in ARK returned strings enclosed in double quotes

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, basename=None, cms_fn=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)