Skip to content

Commit f06df77

Browse files
authored
conf: drop extra plugins
remove plugins define in nf-cmgg/configs to prevent overwriting versions
1 parent b80ece1 commit f06df77

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

nextflow.config

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -203,30 +203,14 @@ manifest {
203203

204204
// Nextflow plugins
205205
plugins {
206-
id 'nf-cgroup-metrics@1.0.1'
207-
id 'nf-cmgg@0.2.1'
208206
id 'nf-schema@2.7.2'
209-
id 'nf-teams@0.1.1'
210207
}
211208

212209
validation {
213210
defaultIgnoreParams = ["genomes"].toSet()
214211
monochromeLogs = params.monochrome_logs.toBoolean()
215212
}
216213

217-
// TODO remove this once minimal nf-version is 26.0X with strict syntax.
218-
cmgg {
219-
samplesheets.enabled = true
220-
done.enabled = true
221-
}
222-
teams {
223-
enabled = true
224-
webHook {
225-
url = params.hook_url ? params.hook_url : System.getenv('TEAMS_WEBHOOK_URL')
226-
}
227-
onComplete.enabled = true
228-
}
229-
230214
// Load modules.config for DSL2 module specific options
231215
includeConfig 'conf/modules.config'
232216

0 commit comments

Comments
 (0)