# HG changeset patch # User lecorguille # Date 1456386212 18000 # Node ID 11df21afc204851782930d69f388968123081e6f # Parent 1245c04eebded21f15abf277a8b2ddb17f03efeb planemo upload diff -r 1245c04eebde -r 11df21afc204 xcms_summary.r --- a/xcms_summary.r Mon Feb 22 17:07:53 2016 -0500 +++ b/xcms_summary.r Thu Feb 25 02:43:32 2016 -0500 @@ -42,7 +42,7 @@ if (!exists("xset") & exists("xa")) xset=xa@xcmsSet # retrocompatability -if (!exists("sampleNamesList")) sampleNamesList=List("sampleNamesMakeNames"=make.names(sampnames(xset))) +if (!exists("sampleNamesList")) sampleNamesList=list("sampleNamesMakeNames"=make.names(sampnames(xset))) if (!exists("xset")) stop("You need at least a xset or a xa object.") @@ -77,7 +77,7 @@ writehtml("
sample | ") sampleNameHtml = paste("",sampnames(xset)," | ") } else { @@ -89,7 +89,7 @@ md5sumHeaderHtml = "" md5sumHtml = "" md5sumLegend="" - } else if (!is.null(md5sumList$removalBadCharacters)) { + } else if (is.null(md5sumList$removalBadCharacters)) { md5sumHeaderHtml = paste("md5sum* | ") md5sumHtml = paste("",md5sumList$origin," | ") md5sumLegend = "
---|