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
10 stars 3 forks source link

update Makefile and add option to compile and install to the plugins directory #73

Closed mirpedrol closed 7 months ago

mirpedrol commented 7 months ago

This PR is based on the new additions to nf-validation: https://github.com/nextflow-io/nf-validation/pull/126 Implements the make install rule from nf-prov. Switches to using NXF_PLUGINS_DIR as install location.