From d6f76de4f4cc0e64ed89277217611ae19056bd8f Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Mon, 1 Aug 2022 16:13:32 +0000 Subject: [PATCH] Update nextflow.config --- nextflow.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nextflow.config b/nextflow.config index eb361f5..fa1aa20 100644 --- a/nextflow.config +++ b/nextflow.config @@ -235,7 +235,3 @@ trace { enabled = true file = "${params.out_dir}/execution/trace.txt" } -dag { - enabled = true - file = "${params.out_dir}/execution/pipeline.svg" -}