changeset 10:e12acdd6e68f draft

planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa-dirty
author lecorguille
date Mon, 13 Feb 2017 10:53:04 -0500
parents 972152941964
children d67f7aa847bf
files lib.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib.r	Fri Feb 10 11:11:49 2017 -0500
+++ b/lib.r	Mon Feb 13 10:53:04 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))