From 927e3ba68bec9b39dd025da4637179942aca11b4 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 31 Aug 2020 09:57:49 -0500
Subject: [PATCH] Add started time to multiqc #77

---
 workflow/rna-seq.nf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf
index b6687df..d5c86e2 100644
--- a/workflow/rna-seq.nf
+++ b/workflow/rna-seq.nf
@@ -1101,8 +1101,8 @@ process aggrQC {
       fi
     fi
     echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
-    echo -e "Session\tSession ID\tPipeline Version\tInput" > run.tsv
-    echo -e "Session\t${workflow.sessionId}\t${workflow.manifest.version}\t\${input}" >> run.tsv
+    echo -e "Session\tSession ID\tStart Time\tPipeline Version\tInput" > run.tsv
+    echo -e "Session\t${workflow.sessionId}\t${workflow.start}\t${workflow.manifest.version}\t\${input}" >> run.tsv
     
     
     # make RID table
-- 
GitLab