diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf index b6687df5d29f1d1b60d017c3d42ebaebf4edbcd0..d5c86e2cc0a4bddbeaa6d674cfd0eb8944c83362 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