diff xcms_retcor.r @ 44:db348cb32618 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
author lecorguille
date Tue, 30 Apr 2019 05:19:53 -0400
parents 221a8c6de94a
children 1986c48d86ce
line wrap: on
line diff
--- a/xcms_retcor.r	Mon Apr 29 06:12:54 2019 -0400
+++ b/xcms_retcor.r	Tue Apr 30 05:19:53 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")