# HG changeset patch # User tomnl # Date 1525347073 14400 # Node ID 2ccfae7470b3df7e8756226c3657b3d5aa8f2775 # Parent bc108e873b975c8cb0fda8eacfd1660ccba4ce14 planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty diff -r bc108e873b97 -r 2ccfae7470b3 anticipated_purity_dims.R --- 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,] }