Mercurial > repos > tomnl > frag4feature
diff spectral_matching.R @ 15:6c676b4248fe draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535
| author | tomnl |
|---|---|
| date | Fri, 11 May 2018 06:03:05 -0400 |
| parents | 8a9f643e8023 |
| children |
line wrap: on
line diff
--- a/spectral_matching.R Tue May 08 05:32:01 2018 -0400 +++ b/spectral_matching.R Fri May 11 06:03:05 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),
