From 1439db336d82bb1ba9b993b3f9be3c8bbbd4e039 Mon Sep 17 00:00:00 2001 From: Hoogestraat Date: Mon, 25 Apr 2022 13:24:23 -0700 Subject: [PATCH] attempt to force dsl1 from config --- nextflow.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextflow.config b/nextflow.config index a61dd66..a82e936 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,5 +1,9 @@ // these values supersede params in the profile and are themselves // superseded by contents of -params-file or command line args + +// force dsl 1 until main.nf is updated +nextflow.enable.dsl=1 + params { image = 'dada2-nf:v1.15' // versions > 14 hosted on docker hub