nextflow-io / nf-co2footprint

[WIP] A Nextflow plugin to estimate the CO2 footprint of pipeline runs.
https://nextflow-io.github.io/nf-co2footprint/
Apache License 2.0
11 stars 4 forks source link

Remove CO2FootprintExtension code to avoid generation of output files when running tests #21

Closed skrakau closed 1 year ago

skrakau commented 1 year ago

Plugin output files were generated and not removed each time when running plugin tests. This was caused (only) by tests in CO2FootprintDslTest.groovy.

Removed unused code from nf-hello template:

Remaining code in CO2FootprintDslTest.groovy and if needed still needs to be investigated.