Mercurial > repos > tomnl > mspurity_createdatabase
diff purityA.R @ 11:d2b3e81e8f70 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit bbbcc75d51c020446fd00d76f908a6250266cfea
| author | tomnl |
|---|---|
| date | Fri, 13 Sep 2019 11:58:34 -0400 |
| parents | f075f67c7416 |
| children |
line wrap: on
line diff
--- a/purityA.R Thu Jun 27 12:42:05 2019 -0400 +++ b/purityA.R Fri Sep 13 11:58:34 2019 -0400 @@ -15,7 +15,8 @@ make_option("--mostIntense", action="store_true"), make_option("--plotP", action="store_true"), make_option("--nearest", action="store_true"), - make_option("--cores", default=4) + make_option("--cores", default=4), + make_option("--ppmInterp", default=7) ) opt <- parse_args(OptionParser(option_list=option_list)) @@ -97,7 +98,8 @@ ilim = opt$ilim, mzRback = "pwiz", isotopes = isotopes, - im = im) + im = im, + ppmInterp = opt$ppmInterp) if (!is.null(opt$galaxy_names)){
