Mercurial > repos > tomnl > track_rt_raw
comparison frag4feature.R @ 2:26fd52ed6d21 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
| author | tomnl |
|---|---|
| date | Tue, 27 Mar 2018 11:44:59 -0400 |
| parents | e2635fa802bd |
| children | 31c68f2d97b5 |
comparison
equal
deleted
inserted
replaced
| 1:e2635fa802bd | 2:26fd52ed6d21 |
|---|---|
| 1 library(optparse) | 1 library(optparse) |
| 2 library(msPurity) | 2 library(msPurity) |
| 3 library(xcms) | 3 library(xcms) |
| 4 print(sessionInfo()) | |
| 4 | 5 |
| 5 xset_pa_filename_fix <- function(opt, pa, xset){ | 6 xset_pa_filename_fix <- function(opt, pa, xset){ |
| 6 | 7 |
| 7 | 8 |
| 8 if (!is.null(opt$mzML_files) && !is.null(opt$galaxy_names)){ | 9 if (!is.null(opt$mzML_files) && !is.null(opt$galaxy_names)){ |
