Mercurial > repos > tomnl > spectral_matching
diff spectral_matching.R @ 14:c6d0d9ae8f0b draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535
| author | tomnl |
|---|---|
| date | Fri, 11 May 2018 05:56:18 -0400 |
| parents | 84d223e361c6 |
| children |
line wrap: on
line diff
--- a/spectral_matching.R Tue May 08 05:25:20 2018 -0400 +++ b/spectral_matching.R Fri May 11 05:56:18 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),
