dara.bgmn_worker module

dara.bgmn_worker module#

APIs for running BGMN executable from Python.

class BGMNWorker[source]#

Bases: object

API for BGMN executable.

run_refinement_cmd(control_file, show_progress=False)[source]#

Run refinement via BGMN executable.

Parameters:
  • control_file (Path) – the path to the control file (.sav)

  • show_progress (bool) – whether to show the progress in the console