diff -r 27e7da5f6848 -r a5347d57899f xcms_summary.r
--- a/xcms_summary.r Fri Apr 07 07:37:23 2017 -0400
+++ b/xcms_summary.r Wed Nov 29 09:47:38 2017 -0500
@@ -98,8 +98,8 @@
md5sumHeaderHtml = paste("md5sum* | md5sum** after bad characters removal | ")
md5sumHtml = paste("",md5sumList$origin," | ",md5sumList$removalBadCharacters," | ")
md5sumLegend = "
*The program md5sum is designed to verify data integrity. So you can check if the data were uploaded correctly or if the data were changed during the process.
**Because some bad characters (eg: accent) were removed from your original file, the checksum have changed too.
"
- }
-
+ }
+
writehtml("",sampleNameHeaderHtml,"filename | ",md5sumHeaderHtml,"
")
writehtml(paste("",sampleNameHtml,"",xset@filepaths," | ",md5sumHtml,"
"))