Mercurial > repos > lecorguille > xcms_merge
diff xcms_merge.r @ 20:068243731881 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
author | lecorguille |
---|---|
date | Fri, 08 Feb 2019 09:58:33 -0500 |
parents | 40791ab6c06b |
children | 4dca783526d9 |
line wrap: on
line diff
--- a/xcms_merge.r Fri Nov 09 15:26:30 2018 -0500 +++ b/xcms_merge.r Fri Feb 08 09:58:33 2019 -0500 @@ -3,7 +3,6 @@ #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") loadAndDisplayPackages(pkgs)