diff xcms.r @ 20:d7971ea3ad1d draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 717c02f887ce343ca55f862c8020aaf49f5581d8
author lecorguille
date Wed, 08 Feb 2017 05:26:10 -0500
parents 9616257654aa
children ab238b104c3f
line wrap: on
line diff
--- a/xcms.r	Wed Feb 08 05:21:02 2017 -0500
+++ b/xcms.r	Wed Feb 08 05:26:10 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)
 }