# HG changeset patch # User tomnl # Date 1525347282 14400 # Node ID cf82f99f36382d8a4dda8fcfe5709b7d74bd19ec # Parent cc4464eb380f37d7d7be51911ae862574ab0a888 planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty diff -r cc4464eb380f -r cf82f99f3638 anticipated_purity_dims.R --- a/anticipated_purity_dims.R Wed May 02 14:33:43 2018 -0400 +++ b/anticipated_purity_dims.R Thu May 03 07:34:42 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,] }