# HG changeset patch # User lecorguille # Date 1487001184 18000 # Node ID e12acdd6e68f3c210ddf916003fa01a522298d57 # Parent 97215294196414659017f79c2fe3bff58c9d2c32 planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa-dirty diff -r 972152941964 -r e12acdd6e68f lib.r --- 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))