Mercurial > repos > lecorguille > xcms_group
changeset 22:6842c495da6d draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 8ed93601e09e1db2fbaef5af29d58464b639f2a8
author | lecorguille |
---|---|
date | Tue, 09 Apr 2019 12:20:23 -0400 |
parents | 2d94a873d649 |
children | fe4002ac5193 |
files | xcms_group.r |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/xcms_group.r Tue Mar 12 11:03:30 2019 -0400 +++ b/xcms_group.r Tue Apr 09 12:20:23 2019 -0400 @@ -104,7 +104,7 @@ cat("\n\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", "chromTIC_adjusted", "chromBPI_adjusted") +objects2save = c("xdata","zipfile","singlefile","md5sumList","sampleNamesList") #, "chromTIC", "chromBPI", "chromTIC_adjusted", "chromBPI_adjusted") save(list=objects2save[objects2save %in% ls()], file="group.RData") cat("\n\n")