From 707b9e369b90701d0c1963559571ba7a808818b6 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Thu, 15 Mar 2018 16:28:28 -0500
Subject: [PATCH] Remove config

---
 workflow/conf/biohpc.config | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index ff5394f..4c1099a 100644
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -75,13 +75,3 @@ trace {
   file = 'pipeline_trace.txt'
   fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
 }
-
-timeline {
-  enabled = true
-  file = 'timeline.html'
-}
-
-report {
-  enabled = true
-  file = 'report.html'
-}
-- 
GitLab