Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about cached processes to docs #72

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/co2footprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A CO<sub>2</sub> equivalent (CO<sub>2</sub>e) is a metric used to compare the em

For this, the amounts of other gases are converted to the amount of CO<sub>2</sub> that would have the same impact on global warming (over a 100-year period).

The formula used for the calculation of the carbon footprint ($C$) is:
The formula used for the calculation of the carbon footprint ($CO_2e$) of one Nextflow task is:

$C = t \cdot (n_c \cdot P_c \cdot u_c + n_m \cdot P_m) \cdot PUE \cdot CI$
$CO_2e = t \cdot (n_c \cdot P_c \cdot u_c + n_m \cdot P_m) \cdot PUE \cdot CI$

where

Expand All @@ -26,6 +26,8 @@ where
**$PUE$** = the efficiency coefficient of the data centre<br/>
**$CI$** = the carbon intensity of energy production, which represents the carbon footprint of producing 1 kWh of energy for a given country and energy mix

For the final CO<sub>2</sub>e estimation of a pipeline run, the values of all cached and completed tasks are summed up.

!!! warning

Note that the usage of GPUs is not yet supported.
Expand Down
Loading