Mercurial > repos > lecorguille > xcms_xcmsset
diff xcms_xcmsSet.r @ 21:87df3692c68d draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
author | lecorguille |
---|---|
date | Mon, 11 Feb 2019 05:51:25 -0500 |
parents | b62808a2a008 |
children | 9a0ca3f3a847 |
line wrap: on
line diff
--- a/xcms_xcmsSet.r Fri Nov 09 15:10:13 2018 -0500 +++ b/xcms_xcmsSet.r Mon Feb 11 05:51:25 2019 -0500 @@ -12,7 +12,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)