changeset 15:cf24c8ca7a57 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e6935a8c6a3da23f47a753ab5a8159fa9d165535-dirty
author tomnl
date Sun, 13 May 2018 13:10:31 -0400
parents 69d5cb5a8e90
children 03e7f58e580e
files create_sqlite_db.R create_sqlite_db.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/create_sqlite_db.R	Sun May 13 09:39:56 2018 -0400
+++ b/create_sqlite_db.R	Sun May 13 13:10:31 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)){
--- a/create_sqlite_db.xml	Sun May 13 09:39:56 2018 -0400
+++ b/create_sqlite_db.xml	Sun May 13 13:10:31 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="create_sqlite_db" name="create_sqlite_db" version="0.0.10">
+<tool id="create_sqlite_db" name="create_sqlite_db" version="0.0.11">
     <description>
         Create SQLite database of an XCMS-CAMERA dataset
     </description>