This is an extension to generate a visual report from outputs from the Sunbeam pipeline.
Installing an extension is as simple as cloning (or moving) your extension directory into the sunbeam/extensions/ folder, installing requirements through Conda, and adding the new options to your existing configuration file (running source activate sunbeam
to enter the sunbeam conda environment beforehand if necessary):
git clone https://github.com/sunbeam-labs/sbx_report sunbeam/extensions/sbx_report
conda install --file sunbeam/extensions/sbx_report/requirements.txt
To generate the report, simply specify final_report
as the target rule:
sunbeam run --configfile=sunbeam_config.yml final_report
A self-contained HTML file is generated in your specified output folder under 'reports'.
Click here for an example report.