# HG changeset patch
# User lecorguille
# Date 1450872667 18000
# Node ID 37b8abfc6adf1f10401092e48927b2d8eaf9cbd0
# Parent 3df956bfffd472f552a3dc94bbed61e92d98a00f
Uploaded
diff -r 3df956bfffd4 -r 37b8abfc6adf xcms_report.r
--- a/xcms_report.r Wed Dec 23 05:14:10 2015 -0500
+++ b/xcms_report.r Wed Dec 23 07:11:07 2015 -0500
@@ -63,8 +63,11 @@
writehtml("
")
writehtml("___ XCMS analysis report using Workflow4Metabolomics ___
")
- if (!is.null(user_email)) writehtml("By: ",user_email," - ")
- writehtml("Date: ",format(Sys.time(), "%y%m%d-%H:%M:%S"))
+ # to pass the planemo shed_test
+ if (user_email != "test@bx.psu.edu") {
+ if (!is.null(user_email)) writehtml("By: ",user_email," - ")
+ writehtml("Date: ",format(Sys.time(), "%y%m%d-%H:%M:%S"))
+ }
writehtml("Samples used:
")