louiejtaylor / sbx_report

Generates a final report, with figures, from a Sunbeam run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sunbeam Report extension

This is an extension to generate a visual report from outputs from the Sunbeam pipeline.

Installing

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

Running

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'.

Example

Click here for an example report.

About

Generates a final report, with figures, from a Sunbeam run


Languages

Language:HTML 100.0%