Mercurial > repos > lecorguille > xcms_merge
diff xcms_merge.r @ 12:9efcd7620cde draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 5e066c50d2e4ac6d5796b53331cbd3198ab8c4f9-dirty
author | lecorguille |
---|---|
date | Thu, 05 Apr 2018 18:07:19 -0400 |
parents | 67ab853b89f3 |
children | 2d27c70635eb |
line wrap: on
line diff
--- a/xcms_merge.r Tue Apr 03 11:38:21 2018 -0400 +++ b/xcms_merge.r Thu Apr 05 18:07:19 2018 -0400 @@ -38,5 +38,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") +objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList", "chromTIC", "chromBPI") save(list=objects2save[objects2save %in% ls()], file="merged.RData")