diff MsBioDb.R @ 6:b8f70d8216b3 draft

planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit b3a4e34cf9356447ae3507cc6fe2ff6a1f24afbc-dirty
author prog
date Mon, 27 Mar 2017 06:27:29 -0400
parents 45e985cd8e9e
children
line wrap: on
line diff
--- a/MsBioDb.R	Thu Mar 16 08:15:11 2017 -0400
+++ b/MsBioDb.R	Mon Mar 27 06:27:29 2017 -0400
@@ -2,8 +2,8 @@
 
 	library(methods)
 	source('MsDb.R')
-	source(file.path('BiodbObject.R'), chdir = TRUE)
-	source(file.path('BiodbFactory.R'), chdir = TRUE)
+	source('BiodbObject.R', chdir = TRUE)
+	source('BiodbFactory.R', chdir = TRUE)
 
 	#####################
 	# CLASS DECLARATION #