Mercurial > repos > tomnl > create_sqlite_db
comparison spectral_matching.R @ 1:1a88758357ed draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2e847122cf605951c334858455fc1d3ebdb189e9-dirty
author | tomnl |
---|---|
date | Tue, 27 Mar 2018 11:51:18 -0400 |
parents | fe7d7cc95ca5 |
children | 4acad02faf32 |
comparison
equal
deleted
inserted
replaced
0:fe7d7cc95ca5 | 1:1a88758357ed |
---|---|
1 library(msPurity) | 1 library(msPurity) |
2 library(optparse) | 2 library(optparse) |
3 print(sessionInfo()) | |
4 | |
3 | 5 |
4 option_list <- list( | 6 option_list <- list( |
5 make_option(c("-o", "--out_dir"), type="character"), | 7 make_option(c("-o", "--out_dir"), type="character"), |
6 make_option("--target_db_pth", type="character"), | 8 make_option("--target_db_pth", type="character"), |
7 make_option("--library_db_pth", type="character"), | 9 make_option("--library_db_pth", type="character"), |