ensembl-hive-python3
2.3
|
▼NeHive | |
▼NParams | |
CParamContainer | Equivalent of eHive's Param module |
CParamException | Base class for parameters-related exceptions |
CParamInfiniteLoopException | Raised when parameters depend on each other, forming a loop |
CParamNameException | Raised when the parameter name is not a string |
CParamSubstitutionException | Raised when ParamContainer tried to substitute an unexpected structure (only dictionaries and lists are accepted) |
CParamWarning | Used by Process.BaseRunnable |
▼NProcess | |
CBaseRunnable | This is the counterpart of GuestProcess |
CCompleteEarlyException | Can be raised by a derived class of BaseRunnable to indicate an early successful termination |
CHiveJSONMessageException | Raised when we could not parse the JSON message coming from GuestProcess |
CJob | Dummy class to hold job-related information |
CJobFailedException | Can be raised by a derived class of BaseRunnable to indicate an early unsuccessful termination |
CLostHiveConnectionException | Raised when the process has lost the communication pipe with the Perl side |
▼NLongMult | |
▼NAddTogether | |
CAddTogether | Runnable that adds up all the partial-multiplications from PartMultiply |
▼NDigitFactory | |
CDigitFactory | Factory that creates 1 job per digit found in the decimal representation of 'b_multiplier' |
▼NPartMultiply | |
CPartMultiply | Runnable to multiply a number by a digit |
▼NTestRunnable | |
CTestRunnable | Simple Runnable to test as a standaloneJob |