Mercurial > repos > tomnl > spectral_matching
comparison create_sqlite_db.R @ 2:84d223e361c6 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
| author | tomnl |
|---|---|
| date | Tue, 27 Mar 2018 11:48:05 -0400 |
| parents | d2cbfd026dec |
| children | 3c2eea5f2bc4 |
comparison
equal
deleted
inserted
replaced
| 1:d2cbfd026dec | 2:84d223e361c6 |
|---|---|
| 1 library(msPurity) | 1 library(msPurity) |
| 2 library(optparse) | 2 library(optparse) |
| 3 library(xcms) | 3 library(xcms) |
| 4 library(CAMERA) | 4 library(CAMERA) |
| 5 print(sessionInfo()) | |
| 5 print('CREATING DATABASE') | 6 print('CREATING DATABASE') |
| 6 | 7 |
| 7 | 8 |
| 8 xset_pa_filename_fix <- function(opt, pa, xset){ | 9 xset_pa_filename_fix <- function(opt, pa, xset){ |
| 9 | 10 |
