diff createDatabase.R @ 5:1a77ed3c94b7 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 75d13d0237560528a1c6596a3ea5e327bed3e3a0
author tomnl
date Tue, 18 Jun 2019 10:39:15 -0400
parents 28fb8befb3b2
children ad24f23e7d53
line wrap: on
line diff
--- a/createDatabase.R	Tue Jun 18 09:50:03 2019 -0400
+++ b/createDatabase.R	Tue Jun 18 10:39:15 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)
 
 }