# HG changeset patch # User tomnl # Date 1526218796 14400 # Node ID 69d5cb5a8e90d723e8dee74b1fffe111c1881ab8 # Parent 4acad02faf321be2c18686536ed0cea1dce6dbb9 planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535-dirty diff -r 4acad02faf32 -r 69d5cb5a8e90 create_sqlite_db.R --- a/create_sqlite_db.R Fri May 11 06:08:10 2018 -0400 +++ b/create_sqlite_db.R Sun May 13 09:39:56 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) } diff -r 4acad02faf32 -r 69d5cb5a8e90 create_sqlite_db.xml --- a/create_sqlite_db.xml Fri May 11 06:08:10 2018 -0400 +++ b/create_sqlite_db.xml Sun May 13 09:39:56 2018 -0400 @@ -1,4 +1,4 @@ - + Create SQLite database of an XCMS-CAMERA dataset