diff xcms_xcmsSet.r @ 45:6f9224f32a34 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
author lecorguille
date Tue, 30 Apr 2019 05:13:39 -0400
parents ceff49826bf2
children b3a1e98a4cc8
line wrap: on
line diff
--- a/xcms_xcmsSet.r	Mon Apr 29 06:08:03 2019 -0400
+++ b/xcms_xcmsSet.r	Tue Apr 30 05:13:39 2019 -0400
@@ -105,9 +105,9 @@
 # Create a sampleMetada file
 sampleNamesList <- getSampleMetadata(xdata=xdata, sampleMetadataOutput="sampleMetadata.tsv")
 
-cat("\t\t\tCompute and Store TIC and BPI\n")
-chromTIC = chromatogram(xdata, aggregationFun = "sum")
-chromBPI = chromatogram(xdata, aggregationFun = "max")
+#cat("\t\t\tCompute and Store TIC and BPI\n")
+#chromTIC = chromatogram(xdata, aggregationFun = "sum")
+#chromBPI = chromatogram(xdata, aggregationFun = "max")
 
 cat("\n\n")