Mercurial > repos > tomnl > create_sqlite_db
diff anticipated_purity_dims.R @ 10:cf82f99f3638 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty
author | tomnl |
---|---|
date | Thu, 03 May 2018 07:34:42 -0400 |
parents | cc4464eb380f |
children | 4acad02faf32 |
line wrap: on
line diff
--- 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,] }