# HG changeset patch # User tomnl # Date 1526218383 14400 # Node ID faea3f40e3052a8f63f23193e0497a8eb9474af6 # Parent b20a4121a436a5eea7e2e0caeb00461279716b69 planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535-dirty diff -r b20a4121a436 -r faea3f40e305 create_sqlite_db.R --- a/create_sqlite_db.R Fri May 11 06:01:21 2018 -0400 +++ b/create_sqlite_db.R Sun May 13 09:33:03 2018 -0400 @@ -115,7 +115,7 @@ db_pth <- msPurity::create_database(pa, xset=xset, xsa=xa, out_dir=opt$out_dir, grp_peaklist=grp_peaklist, db_name=opt$db_name) - +DBI::dbDisconnect() print(db_pth) if (!is.null(opt$eic)){ @@ -129,7 +129,7 @@ # Saves the EICS into the previously created database px <- msPurity::purityX(xset, saveEIC = TRUE, - cores=opt$cores, sqlitePth=db_pth, + cores=1, sqlitePth=db_pth, rtrawColumns = rtrawColumns) }