Previous changeset 3:f5d7654148bd (2016-02-24) Next changeset 5:df7b3b846cb6 (2016-03-18) |
Commit message:
planemo upload |
modified:
xcms_summary.r |
b |
diff -r f5d7654148bd -r 42d621350901 xcms_summary.r --- a/xcms_summary.r Wed Feb 24 12:32:32 2016 -0500 +++ b/xcms_summary.r Thu Feb 25 09:00:20 2016 -0500 |
b |
@@ -95,7 +95,7 @@ md5sumLegend = "<br/><sup>*</sup>The program md5sum is designed to verify data integrity. So you can check if the data were uploaded correctly or if the data were chancged during the process." } else { md5sumHeaderHtml = paste("<th>md5sum<sup>*</sup></th><th>md5sum<sup>**</sup> after bad characters removal</th>") - md5sumHtml = paste("<td>",md5sumList$origin,"</td><td>",md5sumList$origin,"</td>") + md5sumHtml = paste("<td>",md5sumList$origin,"</td><td>",md5sumList$removalBadCharacters,"</td>") md5sumLegend = "<br/><sup>*</sup>The program md5sum is designed to verify data integrity. So you can check if the data were uploaded correctly or if the data were chancged during the process.<br/><sup>**</sup>Because some bad characters (eg: accent) were removed from your original file, the checksum have changed too.<br/>" } |