Repository 'xcms_plot_chromatogram'
hg clone https://toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_plot_chromatogram

Changeset 9:271c9d5f0d10 (2019-06-03)
Previous changeset 8:f1a287a8509b (2019-04-29) Next changeset 10:dbd877060ac3 (2020-02-12)
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dec989d87d183bd3b79a61838eb5088a194ef29d
modified:
xcms_plot_chromatogram.r
b
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
b
@@ -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") }