# HG changeset patch # User tomnl # Date 1526218282 14400 # Node ID a5042433dc8aef64b4a6ee7a49e81ba51b0c6a48 # Parent 278a7e7a84cffc43b1b024451f454b935e25e8fe planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535-dirty diff -r 278a7e7a84cf -r a5042433dc8a create_sqlite_db.R --- a/create_sqlite_db.R Fri May 11 05:59:39 2018 -0400 +++ b/create_sqlite_db.R Sun May 13 09:31:22 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) }