We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80ece1 commit f06df77Copy full SHA for f06df77
1 file changed
nextflow.config
@@ -203,30 +203,14 @@ manifest {
203
204
// Nextflow plugins
205
plugins {
206
- id 'nf-cgroup-metrics@1.0.1'
207
- id 'nf-cmgg@0.2.1'
208
id 'nf-schema@2.7.2'
209
- id 'nf-teams@0.1.1'
210
}
211
212
validation {
213
defaultIgnoreParams = ["genomes"].toSet()
214
monochromeLogs = params.monochrome_logs.toBoolean()
215
216
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
-
230
// Load modules.config for DSL2 module specific options
231
includeConfig 'conf/modules.config'
232
0 commit comments