# HG changeset patch # User lecorguille # Date 1520326996 18000 # Node ID 1aa7979204b43b73a59a6e8c486d22210f0d3fa1 # Parent 281786a7b9a252c25ab6cfb403c90ba715b34a95 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 11784e03649835a7fadc8ce30314856cf05cde96 diff -r 281786a7b9a2 -r 1aa7979204b4 xcms_retcor.r --- a/xcms_retcor.r Mon Mar 05 04:17:36 2018 -0500 +++ b/xcms_retcor.r Tue Mar 06 04:03:16 2018 -0500 @@ -81,8 +81,8 @@ getPlotAdjustedRtime(xdata) #@TODO: one day, use xdata instead of xset to draw the TICs and BPC or a complete other method -getTICs(xcmsSet=xset, rt="raw", pdfname="TICs.pdf") -getBPCs(xcmsSet=xset, rt="raw", pdfname="BICs.pdf") +getTICs(xcmsSet=xset, rt="corrected", pdfname="TICs.pdf") +getBPCs(xcmsSet=xset, rt="corrected", pdfname="BICs.pdf") cat("\n\n")