diff xcms_group.r @ 33:59943e24684b draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 5e066c50d2e4ac6d5796b53331cbd3198ab8c4f9-dirty
author lecorguille
date Thu, 05 Apr 2018 18:08:20 -0400
parents 68282292acc4
children eddc995c6df1
line wrap: on
line diff
--- a/xcms_group.r	Tue Apr 03 11:39:07 2018 -0400
+++ b/xcms_group.r	Thu Apr 05 18:08:20 2018 -0400
@@ -103,7 +103,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")
+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")