orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW#
- class orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW(parent=None)#
Orange widget to define a slurm cluster as input of other widgets (based on nabu for now)
- class Outputs#
- config_out = Output(name='cluster_config', type=<class 'tomwer.core.cluster.cluster.SlurmClusterConfiguration'>, ...)#
-
description:
str
= 'Let the user configure the cluster to be used.'# Short widget description, displayed in canvas help tooltips.
- getConfiguration()#
-
icon:
str
= 'icons/slurm.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.cluster.SlurmClusterOW.SlurmClusterOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'tomwer', 'slurm', 'cluster', 'configuration']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'slurm cluster'# Widget name, as presented in the Canvas.
-
priority:
int
= 20# 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)