changeset 9:271c9d5f0d10 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dec989d87d183bd3b79a61838eb5088a194ef29d
author lecorguille
date Mon, 03 Jun 2019 07:12:50 -0400
parents f1a287a8509b
children dbd877060ac3
files xcms_plot_chromatogram.r
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xcms_plot_chromatogram.r	Mon Apr 29 06:23:04 2019 -0400
+++ b/xcms_plot_chromatogram.r	Mon Jun 03 07:12:50 2019 -0400
@@ -48,6 +48,7 @@
 
 cat("\t\tDRAW GRAPHICS\n")
 
+register(SerialParam())
 if (!is.null(chromTIC) || is.null(chromTIC)) { cat("\t\t\tCompute TIC\n"); chromTIC <- chromatogram(xdata, aggregationFun = "sum") }
 if (!is.null(chromBPI) || is.null(chromBPI)) { cat("\t\t\tCompute BPI\n"); chromBPI <- chromatogram(xdata, aggregationFun = "max") }