galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.35k stars 979 forks source link

Enhancement: Display total workflow runtime on Workflow Invocation interface #18219

Open pvanheus opened 1 month ago

pvanheus commented 1 month ago

It is often useful to know how long a workflow took to run (either wallclock time or combined runtime of steps).

Perhaps this information could be displayed on the Summary tab:

image

Or perhaps in the Details view.

Galaxy version: 24.0 3.dev0 (on usegalaxy.eu)

hexylena commented 1 month ago

Both of those times would be great to have!

mvdbeek commented 1 month ago

There are a couple of things we could show here:

nsoranzo commented 1 month ago

I think it would make sense to tie in also the work on workflow carbon emissions, e.g. https://github.com/galaxyproject/galaxy/pull/17542 , obviously as an optional extension but displayed in the same page/using the same Vue components probably.