# HG changeset patch # User lecorguille # Date 1559560370 14400 # Node ID 271c9d5f0d109b4c58b708a52cbe54f0adb95b8c # Parent f1a287a8509be34b2189901697ea6e8f609199df planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dec989d87d183bd3b79a61838eb5088a194ef29d diff -r f1a287a8509b -r 271c9d5f0d10 xcms_plot_chromatogram.r --- 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") }