Mercurial > repos > lecorguille > xcms_xcmsset
diff xcms.r @ 21:ab238b104c3f draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 481448087f0e09c131b24f7d552db69f3552d371-dirty
author | lecorguille |
---|---|
date | Wed, 08 Feb 2017 06:24:20 -0500 |
parents | d7971ea3ad1d |
children | d8915395681f |
line wrap: on
line diff
--- a/xcms.r Wed Feb 08 05:26:10 2017 -0500 +++ b/xcms.r Wed Feb 08 06:24:20 2017 -0500 @@ -252,7 +252,7 @@ getBPCs(xcmsSet=xset,rt="corrected",pdfname=bicspdf) } -if (thefunction == "fillPeaks" && exists("intval")) { +if ((thefunction == "group" || thefunction == "fillPeaks") && exists("intval")) { getPeaklistW4M(xset,intval,convertRTMinute,numDigitsMZ,numDigitsRT,variableMetadataOutput,dataMatrixOutput) }