From 94454068cc26a9495977e3c9e0d668c7f7aa6141 Mon Sep 17 00:00:00 2001 From: Bastian Eisenmann Date: Thu, 19 Dec 2024 16:35:08 +0100 Subject: [PATCH] update documentation Signed-off-by: Bastian Eisenmann --- docs/usage/configuration.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 22bb41a..5a9afb7 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -32,9 +32,6 @@ Include the config file for your pipeline run using the `-c` Nextflow parameter, nextflow run nextflow-io/hello -c nextflow.config ``` -In this case the plugin will create 3 outputfiles within the outdir, which is set for the pipeline run. Also a custom carbon intensity (CI) is set and a Power Usage Efficiency (PUE) factor. To check all available parameters you can visit: [Parameters](https://nextflow-io.github.io/nf-co2footprint/usage/parameters/). -The CI and PUE values will influence the CO2 footprint the most and are dependent on where your pipeline is running. The CI reflects the used energy sources, while the PUE describes how efficiently the Power is used in regard to computing power. - ## Cloud computations At the moment the nf-co2footprint can not natively support cloud computations.