diff xcms.r @ 16:1a0b21cb7f14 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 717c02f887ce343ca55f862c8020aaf49f5581d8
author lecorguille
date Wed, 08 Feb 2017 05:26:27 -0500
parents fa9fe7d46ec3
children a28473761624
line wrap: on
line diff
--- a/xcms.r	Wed Feb 08 04:35:35 2017 -0500
+++ b/xcms.r	Wed Feb 08 05:26:27 2017 -0500
@@ -252,7 +252,7 @@
     getBPCs(xcmsSet=xset,rt="corrected",pdfname=bicspdf)
 }
 
-if ((thefunction == "group" || thefunction == "fillPeaks") && exists("intval")) {
+if (thefunction == "fillPeaks" && exists("intval")) {
     getPeaklistW4M(xset,intval,convertRTMinute,numDigitsMZ,numDigitsRT,variableMetadataOutput,dataMatrixOutput)
 }