diff xcms_merge.r @ 21:4dca783526d9 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
author lecorguille
date Mon, 29 Apr 2019 06:10:06 -0400
parents 068243731881
children 2eb424218159
line wrap: on
line diff
--- a/xcms_merge.r	Fri Feb 08 09:58:33 2019 -0500
+++ b/xcms_merge.r	Mon Apr 29 06:10:06 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")