diff createDatabase.R @ 5:bce727b1f8e3 draft

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