Skip to content
Draft
6 changes: 5 additions & 1 deletion conf/cfc.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//Profile config names for nf-core/configs
plugins {
id 'nf-co2footprint'
}

params {
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
config_profile_contact = 'Sabrina Krakau (@skrakau)'
Expand Down Expand Up @@ -29,7 +33,7 @@ params {
}

/*
* By default the nf-co2footprint plugin is not activated. To activate it, please add
* By default the nf-co2footprint plugin is activated. To deactivate it, please use `cfc_dev` as profile.
* ````
* plugins {
* id 'nf-co2footprint@<VERSION>'
Expand Down
Loading