Mercurial > repos > lecorguille > xcms_xcmsset
diff lib.r @ 27:8e46e9bd7c50 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 5583baab62c0f17cabbfe93ba4f2522e8df9b36b
author | lecorguille |
---|---|
date | Thu, 30 Mar 2017 08:33:25 -0400 |
parents | d8915395681f |
children | 5dba1c94fb94 |
line wrap: on
line diff
--- a/lib.r Wed Mar 22 16:04:45 2017 -0400 +++ b/lib.r Thu Mar 30 08:33:25 2017 -0400 @@ -476,9 +476,7 @@ # This function get the raw file path from the arguments -getRawfilePathFromArguments <- function(listArguments) { - zipfile = NULL - singlefile = NULL +getRawfilePathFromArguments <- function(singlefile, zipfile, listArguments) { if (!is.null(listArguments[["zipfile"]])) zipfile = listArguments[["zipfile"]] if (!is.null(listArguments[["zipfilePositive"]])) zipfile = listArguments[["zipfilePositive"]] if (!is.null(listArguments[["zipfileNegative"]])) zipfile = listArguments[["zipfileNegative"]]