# HG changeset patch # User lecorguille # Date 1456335037 18000 # Node ID 234df22cd722bd0c57e62736d4d0e60b2803685d # Parent 457a68338c2fc513d5228f7249513649de872abd planemo upload diff -r 457a68338c2f -r 234df22cd722 xcms_summary.r --- a/xcms_summary.r Wed Feb 24 12:27:43 2016 -0500 +++ b/xcms_summary.r Wed Feb 24 12:30:37 2016 -0500 @@ -77,7 +77,7 @@ writehtml("

Samples used:

") writehtml("
") - if (all(sampnames(xset) != sampleNamesList$sampleNamesMakeNames)) { + if (all(sampnames(xset) == sampleNamesList$sampleNamesMakeNames)) { sampleNameHeaderHtml = paste("") sampleNameHtml = paste("") } else { @@ -89,7 +89,7 @@ md5sumHeaderHtml = "" md5sumHtml = "" md5sumLegend="" - } else if (!is.null(md5sumList$removalBadCharacters)) { + } else if (is.null(md5sumList$removalBadCharacters)) { md5sumHeaderHtml = paste("") md5sumHtml = paste("") 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 chancged during the process."
sample",sampnames(xset),"md5sum*",md5sumList$origin,"