We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396dae commit 2a73244Copy full SHA for 2a73244
1 file changed
nextflow.config
@@ -248,6 +248,8 @@ manifest {
248
249
// Nextflow plugins
250
plugins {
251
+ id 'nf-cgroup-metrics@1.0.1'
252
+ id 'nf-cmgg@0.1.0'
253
id 'nf-schema@2.6.1'
254
id 'nf-teams@0.1.0'
255
}
@@ -258,6 +260,10 @@ validation {
258
260
259
261
262
// TODO remove this once minimal nf-version is 26.0X with strict syntax.
263
+cmgg {
264
+ samplesheets.enabled = true
265
+ done.enabled = true
266
+}
267
teams {
268
enabled = true
269
webHook {
0 commit comments