From fe973000a702b4c8cf71d93f5ec9ad30a9f19fac Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Sun, 12 May 2024 16:14:57 +0200 Subject: [PATCH] Update Wave profile Signed-off-by: Paolo Di Tommaso --- nextflow.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nextflow.config b/nextflow.config index 4589ba3..5e55161 100755 --- a/nextflow.config +++ b/nextflow.config @@ -34,10 +34,15 @@ profiles { process.container = 'quay.io/nextflow/rnaseq-nf:v1.2.1' } + /* + * NOTE: requires nextflow 24.03.0-edge or later + */ wave { wave.enabled = true wave.strategy = 'conda' wave.freeze = true + apptainer.ociAutoPull = true + singularity.ociAutoPull = true } docker {