# HG changeset patch # User lecorguille # Date 1487001166 18000 # Node ID f769635d55f9c8b278108a5fefeac52762cf4942 # Parent 230f0bc9e792882f0ff4031a5a4a36aa5cd30ce6 planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa-dirty diff -r 230f0bc9e792 -r f769635d55f9 lib.r --- 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))