Mercurial > repos > tomnl > create_sqlite_db
diff spectral_matching.R @ 13:4acad02faf32 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535
author | tomnl |
---|---|
date | Fri, 11 May 2018 06:08:10 -0400 |
parents | 1a88758357ed |
children |
line wrap: on
line diff
--- a/spectral_matching.R Tue May 08 05:37:10 2018 -0400 +++ b/spectral_matching.R Fri May 11 06:08:10 2018 -0400 @@ -1,4 +1,5 @@ library(msPurity) +library(msPurityData) library(optparse) print(sessionInfo()) @@ -6,7 +7,7 @@ option_list <- list( make_option(c("-o", "--out_dir"), type="character"), make_option("--target_db_pth", type="character"), - make_option("--library_db_pth", type="character"), + make_option("--library_db_pth", type="character", default=NA), make_option("--ra_thres_l", default=0), make_option("--ra_thres_t", default=2), make_option("--cores", default=1),