changeset 11:2ccfae7470b3 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty
author tomnl
date Thu, 03 May 2018 07:31:13 -0400
parents bc108e873b97
children 3c4a548b5237
files anticipated_purity_dims.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/anticipated_purity_dims.R	Wed May 02 14:30:12 2018 -0400
+++ b/anticipated_purity_dims.R	Thu May 03 07:31:13 2018 -0400
@@ -42,7 +42,7 @@
 
   filename = sub("raw", "mzML", filename, ignore.case = TRUE)
   print(filename)
-  df <- indf[3:nrow(indf),]
+  df <- indf[4:nrow(indf),]
   if ('blank_flag' %in% colnames(df)){
     df <- df[df$blank_flag==1,]
   }