changeset 26:f769635d55f9 draft

planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa-dirty
author lecorguille
date Mon, 13 Feb 2017 10:52:46 -0500
parents 230f0bc9e792
children 04e32b9a5486
files lib.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib.r	Fri Feb 10 11:11:27 2017 -0500
+++ b/lib.r	Mon Feb 13 10:52:46 2017 -0500
@@ -95,7 +95,7 @@
 
 
     # --- Multi condition : diffreport ---
-    diffrep=NULL
+    diffrepOri=NULL
     if (!is.null(listArguments[["runDiffreport"]]) & nlevels(sampclass(xset))>=2) {
     #Check if the fillpeaks step has been done previously, if it hasn't, there is an error message and the execution is stopped.
     res=try(is.null(xset@filled))