diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 4c1099a4e133ab3e58abb68ad8aeda47c7c297f7..1416bcd37596552f249b50071c9aeaf85d6765e6 100644
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -45,7 +45,7 @@ process {
   }
   $consensusPeaks {
     module = ['python/3.6.1-2-anaconda', 'bedtools/2.26.0']
-    cpus = local
+    cpus = 'local'
   }
 }
 
@@ -75,3 +75,13 @@ 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'
+}