nextflow-io/nf-co2footprint
View on GitHubFuture visualization ideas for HTML report 📊
Open
#341 opened on Feb 12, 2026
good first issue✨ style💎 enhancement🗄️ output
Repository metrics
- Stars
- (27 stars)
- PR merge metrics
- (PR metrics pending)
Description
Future visualization ideas for HTML report
Process-level comparison plot
- Stacked bar chart showing energy consumption per process
- X-axis: processes
- Y-axis: energy
- CPU and memory energy contributions visualized as stacked components
- Interactive hover tooltips with additional process information
- Optional ranking or sorting (e.g. by total, CPU, or memory energy)
Energy budget overview
- Treemap-style visualization summarizing the overall energy distribution
- Area proportional to total process energy
- Visual indication of CPU vs. memory contribution (e.g. via color or shading)
Energy composition summary
- Pie or donut chart showing overall CPU vs. memory energy shares
- Provides a high-level overview of where energy is spent across the workflow