Before running the framework, all required CSV files and vig_master_driver.py must be placed in the same destination directory.
The Master Driver reads the CSV inputs from that shared location and generates the Master_Results output from there.
- Collect all required CSV files from the /data section.
- Copy all CSV files into a single working directory.
- Copy
vig_master_driver.pyinto that same directory. - Run:
python vig_master_driver.py
The script will compile the inputs and generate Master_Results in the working directory.
Do not separate the CSV files from the Master Driver before execution. They must be kept together in the same directory for the code to run correctly.