spino.panels.run_panel module

Run tab: save/load/reset, launch the pipeline subprocess, stream its log, and list the generated output files (double-click opens them externally).

class spino.panels.run_panel.RunPanel(tab, bg, collect_all, apply_all, defaults)[source]

Bases: object

Injected with orchestration callbacks supplied by the app.

Parameters:
  • bg (str)

  • collect_all (Callable[[], Dict[str, Any]])

  • apply_all (Callable[[Dict[str, Any]], None])

  • defaults (Dict[str, Any])