Mercurial > repos > lecorguille > xcms_retcor
diff xcms_retcor.r @ 45:1986c48d86ce draft
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
author | workflow4metabolomics |
---|---|
date | Wed, 12 Feb 2020 13:26:47 +0000 |
parents | db348cb32618 |
children | 32c1cbdbdd3b |
line wrap: on
line diff
--- a/xcms_retcor.r Tue Apr 30 05:19:53 2019 -0400 +++ b/xcms_retcor.r Wed Feb 12 13:26:47 2020 +0000 @@ -44,10 +44,9 @@ # Handle infiles if (!exists("singlefile")) singlefile <- NULL if (!exists("zipfile")) zipfile <- NULL -rawFilePath <- getRawfilePathFromArguments(singlefile, zipfile, args) +rawFilePath <- retrieveRawfileInTheWorkingDirectory(singlefile, zipfile, args) zipfile <- rawFilePath$zipfile singlefile <- rawFilePath$singlefile -directory <- retrieveRawfileInTheWorkingDirectory(singlefile, zipfile) cat("\n\n")