Skip to content

Commit 2a73244

Browse files
committed
add plugins untill NF 26.XX is in prod
1 parent d396dae commit 2a73244

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

nextflow.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ manifest {
248248

249249
// Nextflow plugins
250250
plugins {
251+
id 'nf-cgroup-metrics@1.0.1'
252+
id 'nf-cmgg@0.1.0'
251253
id 'nf-schema@2.6.1'
252254
id 'nf-teams@0.1.0'
253255
}
@@ -258,6 +260,10 @@ validation {
258260
}
259261

260262
// TODO remove this once minimal nf-version is 26.0X with strict syntax.
263+
cmgg {
264+
samplesheets.enabled = true
265+
done.enabled = true
266+
}
261267
teams {
262268
enabled = true
263269
webHook {

0 commit comments

Comments
 (0)