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

Fix java dependencies #14

Closed skrakau closed 1 year ago

skrakau commented 1 year ago

The Java dependency problem I observed when using Java 17 and the current nextflow master branch was caused by some issue in the plugin code, which was fixed in the nf-hello template (see https://github.com/nextflow-io/nf-hello/commit/6079d28a1faae0b410cbe841bf34083ede326631).

Thus fixing this here as well.