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 1e3c202 commit d17edfaCopy full SHA for d17edfa
lib/WorkflowMain.groovy
@@ -71,7 +71,7 @@ class WorkflowMain {
71
NfcoreTemplate.checkConfigProvided(workflow, log)
72
73
// Check that conda channels are set-up correctly
74
- if (params.enable_conda) {
+ if (workflow.profile.contains('conda') || workflow.profile.contains('mamba')) {
75
Utils.checkCondaChannels(log)
76
}
77
0 commit comments