Mercurial > repos > tomnl > track_rt_raw
diff spectral_matching.R @ 13:c7dd031d02b9 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535
| author | tomnl |
|---|---|
| date | Fri, 11 May 2018 05:57:56 -0400 |
| parents | 26fd52ed6d21 |
| children |
line wrap: on
line diff
--- a/spectral_matching.R Tue May 08 05:26:59 2018 -0400 +++ b/spectral_matching.R Fri May 11 05:57:56 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),
