diff createDatabase.R @ 4:7a3f8bd7757d draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 75d13d0237560528a1c6596a3ea5e327bed3e3a0
author tomnl
date Tue, 18 Jun 2019 10:51:44 -0400
parents 7c0834ead235
children 6c2ab7d0805d
line wrap: on
line diff
--- a/createDatabase.R	Tue Jun 18 10:04:42 2019 -0400
+++ b/createDatabase.R	Tue Jun 18 10:51:44 2019 -0400
@@ -159,7 +159,7 @@
 
   # Saves the EICS into the previously created database
   px <- msPurity::purityX(xset, saveEIC = TRUE,
-                           cores=1, sqlitePth=db_pth,
+                           cores=2, sqlitePth=dbPth,
                            rtrawColumns = TRUE)
 
 }