canns.pipeline.asa_gui.analysis_modes.batch_mode

Batch analysis mode placeholder.

Classes

BatchMode

Helper class that provides a standard way to create an ABC using

Module Contents

class canns.pipeline.asa_gui.analysis_modes.batch_mode.BatchMode[source]

Bases: canns.pipeline.asa_gui.analysis_modes.base.AbstractAnalysisMode

Helper class that provides a standard way to create an ABC using inheritance.

collect_params()[source]

Collect parameters from the widget into a dict.

create_params_widget()[source]

Create and return the parameter editor widget.

display_name = 'Batch'[source]
name = 'batch'[source]