From 03740c14d2ff79d23dbbd745264c1a3c0085df62 Mon Sep 17 00:00:00 2001 From: mbarriosalmirall <165905225+mbarriosalmirall@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:41:59 +0200 Subject: [PATCH] Update nextflow.config resume default value --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index b90e861..59c680e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1 +1,2 @@ +resume = true process.container = 'quay.io/nextflow/bash'