Mercurial > repos > lecorguille > xcms_retcor
diff xcms_retcor.r @ 38:67ee46ce9781 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
| author | lecorguille |
|---|---|
| date | Mon, 17 Sep 2018 08:46:01 -0400 |
| parents | e309e6af6744 |
| children | feb216e6aef7 |
line wrap: on
line diff
--- a/xcms_retcor.r Wed Sep 05 05:59:21 2018 -0400 +++ b/xcms_retcor.r Mon Sep 17 08:46:01 2018 -0400 @@ -12,6 +12,7 @@ #Import the different functions source_local <- function(fname){ argv <- commandArgs(trailingOnly=FALSE); base_dir <- dirname(substring(argv[grep("--file=", argv)], 8)); source(paste(base_dir, fname, sep="/")) } source_local("lib.r") +source_local("lib-xcms3.x.x.r") pkgs <- c("xcms","batch","RColorBrewer") loadAndDisplayPackages(pkgs)
