Previous changeset 0:930478b22633 (2016-02-22) Next changeset 2:234df22cd722 (2016-02-24) |
Commit message:
planemo upload |
modified:
xcms_summary.r |
b |
diff -r 930478b22633 -r 457a68338c2f xcms_summary.r --- a/xcms_summary.r Mon Feb 22 16:44:04 2016 -0500 +++ b/xcms_summary.r Wed Feb 24 12:27:43 2016 -0500 |
b |
@@ -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.") |