Mercurial > repos > tomnl > track_rt_raw
comparison create_sqlite_db.R @ 18:7b26d3a67a8c draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit c43e21459ffc8f45349a0af6d60c6783dca6005d-dirty
| author | tomnl |
|---|---|
| date | Tue, 15 May 2018 08:06:31 -0400 |
| parents | 40561a4180d5 |
| children | deea5e9205d9 |
comparison
equal
deleted
inserted
replaced
| 17:40561a4180d5 | 18:7b26d3a67a8c |
|---|---|
| 123 rtrawColumns <- FALSE | 123 rtrawColumns <- FALSE |
| 124 }else{ | 124 }else{ |
| 125 rtrawColumns <- TRUE | 125 rtrawColumns <- TRUE |
| 126 } | 126 } |
| 127 if (is.null(xset)){ | 127 if (is.null(xset)){ |
| 128 xset <- xa@xset | 128 xset <- xa@xcmsSet |
| 129 } | 129 } |
| 130 # previous check should have matched filelists together | 130 # previous check should have matched filelists together |
| 131 xset@filepaths <- unname(pa@fileList) | 131 xset@filepaths <- unname(pa@fileList) |
| 132 | 132 |
| 133 # Saves the EICS into the previously created database | 133 # Saves the EICS into the previously created database |
