Mercurial > repos > prog > lcmsmatching
diff MsBioDb.R @ 5:fb9c0409d85c draft
planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit 608d9e59a0d2dcf85a037968ddb2c61137fb9bce
author | prog |
---|---|
date | Wed, 19 Apr 2017 10:00:05 -0400 |
parents | 20d69a062da3 |
children |
line wrap: on
line diff
--- a/MsBioDb.R Tue Mar 14 12:40:22 2017 -0400 +++ b/MsBioDb.R Wed Apr 19 10:00:05 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 #