changeset 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 7dd38bacac3a
children a301f001835c
files xcms_merge.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")