# HG changeset patch # User tomnl # Date 1525346971 14400 # Node ID 5c33ed95b0028cd3185817d6029c95c97c518737 # Parent a335ae282fd3169362e4c96b00e61a3d34fbaa81 planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty diff -r a335ae282fd3 -r 5c33ed95b002 anticipated_purity_dims.R --- a/anticipated_purity_dims.R Wed May 02 14:28:29 2018 -0400 +++ b/anticipated_purity_dims.R Thu May 03 07:29:31 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,] }