changeset 17:5eebc655f01b draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit c43e21459ffc8f45349a0af6d60c6783dca6005d
author tomnl
date Tue, 15 May 2018 07:50:10 -0400
parents 03e7f58e580e
children f13a7d89afdd
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	Tue May 15 06:56:33 2018 -0400
+++ b/create_sqlite_db.R	Tue May 15 07:50:10 2018 -0400
@@ -125,7 +125,7 @@
     rtrawColumns <- TRUE
   }
   if (is.null(xset)){
-      xset <- xsa@xa
+      xset <- xa@xset
   }
   # previous check should have matched filelists together
   xset@filepaths <- unname(pa@fileList)
--- a/create_sqlite_db.xml	Tue May 15 06:56:33 2018 -0400
+++ b/create_sqlite_db.xml	Tue May 15 07:50:10 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="create_sqlite_db" name="create_sqlite_db" version="0.0.12">
+<tool id="create_sqlite_db" name="create_sqlite_db" version="0.0.13">
     <description>
         Create SQLite database of an XCMS-CAMERA dataset
     </description>