Mercurial > repos > lecorguille > xcms_merge
diff xcms_merge.r @ 11:772290533d6e draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 8ed93601e09e1db2fbaef5af29d58464b639f2a8
author | lecorguille |
---|---|
date | Tue, 09 Apr 2019 12:18:50 -0400 |
parents | a26679f68d4d |
children | 5bd125a3f3b0 |
line wrap: on
line diff
--- a/xcms_merge.r Tue Mar 12 11:02:05 2019 -0400 +++ b/xcms_merge.r Tue Apr 09 12:18:50 2019 -0400 @@ -40,5 +40,5 @@ cat("\tSAVE RData\n") #saving R data in .Rdata file to save the variables used in the present tool -objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList", "chromTIC", "chromBPI") +objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList") #, "chromTIC", "chromBPI") save(list=objects2save[objects2save %in% ls()], file="merged.RData")