nextflow-io/nf-co2footprint

Future visualization ideas for HTML report 📊

Open

#341 opened on Feb 12, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Groovy (12 forks)auto 404
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

Contributor guide