From cc3de64136e55af8f352cc8c77f0a7440ebcee9c Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 13 Aug 2020 12:38:37 -0500 Subject: [PATCH] Turn off run logs --- workflow/nextflow.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/nextflow.config b/workflow/nextflow.config index 0beef33..660ec33 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -73,18 +73,18 @@ process { } trace { - enabled = true + enabled = false file = 'pipeline_trace.txt' fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss' } timeline { - enabled = true + enabled = false file = 'timeline.html' } report { - enabled = true + enabled = false file = 'report.html' } -- GitLab