comparison track_rt_raw.R @ 1:e2635fa802bd draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
author tomnl
date Tue, 27 Mar 2018 05:36:22 -0400
parents b96fc0da0a32
children 26fd52ed6d21
comparison
equal deleted inserted replaced
0:b96fc0da0a32 1:e2635fa802bd
1 library(optparse) 1 library(optparse)
2 2 library(xcms)
3 option_list <- list( 3 option_list <- list(
4 make_option(c("--xset_path"), type="character"), 4 make_option(c("--xset_path"), type="character"),
5 make_option(c("-o", "--out_dir"), type="character") 5 make_option(c("-o", "--out_dir"), type="character")
6 ) 6 )
7 7