changeset 20:c914743e3f2f draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 6f3e71bbe985b4c6af622c9395762b17416062ca
author lecorguille
date Tue, 30 Apr 2019 04:05:00 -0400
parents 9784ec912994
children 7faadba7c625
files xcms_retcor.r
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xcms_retcor.r	Mon Apr 29 06:29:48 2019 -0400
+++ b/xcms_retcor.r	Tue Apr 30 04:05:00 2019 -0400
@@ -66,9 +66,9 @@
 print(adjustRtimeParam)
 xdata <- adjustRtime(xdata, param=adjustRtimeParam)
 
-cat("\t\t\tCompute and Store TIC and BPI\n")
-chromTIC_adjusted = chromatogram(xdata, aggregationFun = "sum")
-chromBPI_adjusted = chromatogram(xdata, aggregationFun = "max")
+#cat("\t\t\tCompute and Store TIC and BPI\n")
+#chromTIC_adjusted = chromatogram(xdata, aggregationFun = "sum")
+#chromBPI_adjusted = chromatogram(xdata, aggregationFun = "max")
 
 cat("\n\n")