From fcc13946006d0f63520ce4a2c67550fbaac4ba07 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 27 Jul 2021 11:19:11 +0100 Subject: [PATCH] Switch conda profile to use mamba --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index f6f677c..a0aeba9 100644 --- a/nextflow.config +++ b/nextflow.config @@ -61,6 +61,7 @@ profiles { } conda { cacheDir = "" + useMamba = true } }