|
ensembl-hive-python3
2.8.1
|
Runnable that adds up all the partial-multiplications from PartMultiply. More...
Inheritance diagram for eHive.examples.LongMult.AddTogether.AddTogether:Public Member Functions | |
| def | param_defaults (self) |
| Returns the defaults parameters for this runnable. More... | |
| def | fetch_input (self) |
| def | run (self) |
| def | write_output (self) |
Public Member Functions inherited from eHive.process.BaseRunnable | |
| def | __init__ (self, read_fileno, write_fileno, debug) |
| def | warning (self, message, is_error=False) |
| Store a message in the log_message table with is_error indicating whether the warning is actually an error or not. More... | |
| def | dataflow (self, output_ids, branch_name_or_code=1) |
| Dataflows the output_id(s) on a given branch (default 1). More... | |
| def | worker_temp_directory (self) |
| Returns the full path of the temporary directory created by the worker. More... | |
| def | param_required (self, param_name) |
| Returns the value of the parameter "param_name" or raises an exception if anything wrong happens or the value is None. More... | |
| def | param (self, param_name, *args) |
| When called as a setter: sets the value of the parameter "param_name". More... | |
| def | param_exists (self, param_name) |
| Returns True if the parameter exists and can be successfully substituted, None if the substitution fails, False if it is missing. More... | |
| def | param_is_defined (self, param_name) |
| Returns True if the parameter exists and can be successfully substituted to a defined value, None if the substitution fails, False if it is missing or evaluates as None. More... | |
Additional Inherited Members | |
Public Attributes inherited from eHive.process.BaseRunnable | |
| debug | |
| input_job | |
Runnable that adds up all the partial-multiplications from PartMultiply.
Definition at line 22 of file AddTogether.py.
| def eHive.examples.LongMult.AddTogether.AddTogether.fetch_input | ( | self | ) |
| def eHive.examples.LongMult.AddTogether.AddTogether.param_defaults | ( | self | ) |
Returns the defaults parameters for this runnable.
Reimplemented from eHive.process.BaseRunnable.
Definition at line 24 of file AddTogether.py.
Here is the caller graph for this function:| def eHive.examples.LongMult.AddTogether.AddTogether.run | ( | self | ) |
| def eHive.examples.LongMult.AddTogether.AddTogether.write_output | ( | self | ) |