Home | Trees | Indices | Help |
|
---|
|
Module for manipulating hypothesis entries in the project table.
|
|||
PhaseHypothesisMonitor This class provides signals that are emitted when hypothesis is changed. |
|
|||
PhaseHypothesisMonitor |
|
||
|
|||
str |
|
||
list of project.ProjectRow |
|
||
PhaseHypothesis |
|
||
|
|||
bool |
|
|
|||
logger = log.get_output_logger(__file__)
|
|||
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.
|
Updates the structure in the project table for the given entry ID with the current PhaseHypothesis.
|
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.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:27 2017 | http://epydoc.sourceforge.net |