Mercurial > repos > tomnl > assess_purity_msms
comparison track_rt_raw.R @ 2:146699c00d38 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
author | tomnl |
---|---|
date | Tue, 27 Mar 2018 11:49:44 -0400 |
parents | c694d8172abf |
children | faba6cd56875 |
comparison
equal
deleted
inserted
replaced
1:c694d8172abf | 2:146699c00d38 |
---|---|
1 library(optparse) | 1 library(optparse) |
2 library(xcms) | 2 library(xcms) |
3 print(sessionInfo()) | |
4 | |
3 option_list <- list( | 5 option_list <- list( |
4 make_option(c("--xset_path"), type="character"), | 6 make_option(c("--xset_path"), type="character"), |
5 make_option(c("-o", "--out_dir"), type="character") | 7 make_option(c("-o", "--out_dir"), type="character") |
6 ) | 8 ) |
7 | 9 |