-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We’ll help you add the nf-co2footprint plugin parameters to your institutional or machine-specific configs and, if you know it, include your personal market-based carbon intensity (CI) value. For details, see the market-based CI section of the documentation.
Example:
co2footprint {
// File parameters
String co2Timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
traceFile = "${params.outdir}/pipeline_info/co2footprint_trace_${co2Timestamp}.txt"
reportFile = "${params.outdir}/pipeline_info/co2footprint_report_${co2Timestamp}.html"
summaryFile = "${params.outdir}/pipeline_info/co2footprint_summary_${co2Timestamp}.txt"
// Carbon parameters
emApiKey = secrets.EM_API_KEY
location = <YOUR LOCATION>
pue = <YOUR PUE>
ciMarket = <YOUR CI MARKET>
}
See also
jfy133
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
To do