Mercurial > repos > tomnl > frag4feature
comparison assess_purity_msms.R @ 3:8a9f643e8023 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
| author | tomnl |
|---|---|
| date | Tue, 27 Mar 2018 11:46:31 -0400 |
| parents | 15aa034cc08d |
| children |
comparison
equal
deleted
inserted
replaced
| 2:ad345c86aca4 | 3:8a9f643e8023 |
|---|---|
| 1 library(msPurity) | 1 library(msPurity) |
| 2 library(optparse) | 2 library(optparse) |
| 3 print(sessionInfo()) | |
| 3 | 4 |
| 4 option_list <- list( | 5 option_list <- list( |
| 5 make_option(c("-o", "--out_dir"), type="character"), | 6 make_option(c("-o", "--out_dir"), type="character"), |
| 6 make_option("--mzML_files", type="character"), | 7 make_option("--mzML_files", type="character"), |
| 7 make_option("--galaxy_names", type="character"), | 8 make_option("--galaxy_names", type="character"), |
