Running The Framework#
b2luigi and by extension VIBE has several options for running the framework.
Normal Mode
For just running the framework
$ python3 vibe/vibe_main.py
Dry-run
One can also perform a dry-run to check which tasks would be run. You would get an output similar to this:
$ python3 vibe/vibe_main.py --dry-run
PlottingTask
Would run PlottingTask(base_path=/base/path/set/in/config, mode_name='docExampleMode')
VIBEMainTask
Would run VIBEMainTask(base_path=/base/path/set/in/config)
In total 2
Show output
Checking which outputs are still missing and will be produced when running.