Mercurial > repos > lecorguille > xcms_xcmsset
diff xcms_xcmsSet.r @ 44:ceff49826bf2 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
author | lecorguille |
---|---|
date | Mon, 29 Apr 2019 06:08:03 -0400 |
parents | a8f0dd2aff5a |
children | 6f9224f32a34 |
line wrap: on
line diff
--- a/xcms_xcmsSet.r Fri Feb 08 09:56:35 2019 -0500 +++ b/xcms_xcmsSet.r Mon Apr 29 06:08:03 2019 -0400 @@ -124,7 +124,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") +objects2save <- c("xdata", "zipfile", "singlefile", "md5sumList", "sampleNamesList") #, "chromTIC", "chromBPI") save(list=objects2save[objects2save %in% ls()], file="xcmsSet.RData")