orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW#
- class orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW(*args, captionTitle=None, **kwargs)#
Orange widget to define a slurm cluster as input of other widgets (based on nabu for now)
- class Inputs#
- future_tomo_obj = Input(name='future_tomo_obj', type=<class 'tomwer.core.futureobject.FutureTomwerObject'>, handler='add', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'object'>, ...)#
- data_portal_processed_datasets = Output(name='data_portal_processed_datasets', type=<class 'object'>, ...)#
- volume = Output(name='volume', type=<class 'object'>, ...)#
- add(value, id=None)#
- convertWhenFinished()#
- default_inputs = Setting "None"#
-
description:
str
= 'Observe slurm job registered.'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
FutureSupervisorTask
- handleNewSignals()#
Invoked by the workflow signal propagation manager after all signals handlers have been called.
- Return type:
None
- note: this widget can receive two signals: ‘dataset’ and ‘colormap’. The ‘colormap’ is handled by
orange directly while the ‘dataset’ signal is handled by the ewoks task. This function will be only triggered when the ‘dataset’ signal is send
-
icon:
str
= 'icons/slurmobserver.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.cluster.FutureSupervisorOW.FutureSupervisorOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'tomwer', 'slurm', 'observer', 'cluster', 'job', 'sbatch', 'supervisor', 'future']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'future supervisor'# Widget name, as presented in the Canvas.
-
priority:
int
= 22# Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)