Trees | Indices | Help |
|
---|
|
Module for reading and writing Phase hypotheses.
|
|||
PhaseHypothesisMonitor This class provides signals that are emitted when hypothesis is changed. |
|||
PhaseHypothesis | |||
PhaseHypothesisStandard Phase hypothesis created from standard sites found in the given reference ligand. |
|||
PhaseHypothesisStatic Phase hypothesis created from sites which will all be converted into static fragment sites. |
|||
PhaseHypothesisHybrid Phase hypothesis created from both sites which will all be converted into static fragment sites, as well as standard sites found in the given reference ligand. |
|
|||
PhaseHypothesisMonitor |
|
||
str |
|
||
list of project.ProjectRow |
|
||
PhaseHypothesis |
|
||
|
|||
bool |
|
||
|
|||
list of PhaseHypothesis |
|
||
|
|
|||
logger = log.get_output_logger(__file__)
|
|||
SCHRODINGER =
|
|||
CREATE_HYPOFILES =
|
|||
CREATE_HYPOTAB =
|
|||
HYP_DATA_FILENAME =
|
|||
maestro = schrodinger.get_maestro()
|
|||
hypo_monitor = None hash(x) |
|||
__package__ =
|
|
This function returns global PhaseHypothesisMonitor object that should be used to monitor signals emitted when hypothesis is changed.
|
Returns the path to a hypothesis data file for a given hypothesis entry ID. If the entry is not a hypothesis, or the HYP_DATA_FILENAME does not exist, return None.
|
Collects all entries in the group associated with the passed hypothesis entry ID, which contain the same hypothesis ID property value.
|
Gets hypothesis with a given entry id from the project. It creates a hypothesis object from entries within same hypothesis group.
|
Converts all hypothesis datafiles in the original Phase format into PhaseHypothesis (PhpHypoAdaptor) objects. If successful, each hypothesis is updated in the project to the new format. If the given entry ID does not have a corresponding hypothesis datafile, nothing is done.
|
Returns whether project table row is a Phase hypothesis entry or not.
|
Sorts a list of structures for PhaseHypothesis - Phase hypothesis CT - Phase hypothesis reference ligand - Any additional Phase hypothesis ligands @param hypothesis_sts: list of structures @type hypothesis_sts: list of L{Structure} @return: hypothesis, reference ligand, additional hypothesis ligands @rtype: L{Structure}, L{Structure}, list of L{Structure} |
Extracts all hypotheses from Phase hypothesis file containing multiple hypotheses
|
Writes set of PhaseHypothesis objects to *_phypo.maegz file.
|
|
CREATE_HYPOFILES
|
CREATE_HYPOTAB
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:32:48 2017 | http://epydoc.sourceforge.net |