Mercurial > repos > tomnl > create_sqlite_db
diff 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 |
line wrap: on
line diff
--- a/spectral_matching.R Tue Mar 27 06:03:50 2018 -0400 +++ b/spectral_matching.R Tue Mar 27 11:51:18 2018 -0400 @@ -1,5 +1,7 @@ library(msPurity) library(optparse) +print(sessionInfo()) + option_list <- list( make_option(c("-o", "--out_dir"), type="character"), @@ -92,4 +94,4 @@ print(cmd) scan_hits <- DBI::dbGetQuery(con, cmd) -write.table(scan_hits, file.path(opt$out_dir, 'scan_hits.tsv'), row.names=FALSE, sep='\t') \ No newline at end of file +write.table(scan_hits, file.path(opt$out_dir, 'scan_hits.tsv'), row.names=FALSE, sep='\t')