comparison 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
comparison
equal deleted inserted replaced
4:b34c14151f25 5:fb9c0409d85c
1 if ( ! exists('MsBioDb')) { # Do not load again if already loaded 1 if ( ! exists('MsBioDb')) { # Do not load again if already loaded
2 2
3 library(methods) 3 library(methods)
4 source('MsDb.R') 4 source('MsDb.R')
5 source(file.path('BiodbObject.R'), chdir = TRUE) 5 source('BiodbObject.R', chdir = TRUE)
6 source(file.path('BiodbFactory.R'), chdir = TRUE) 6 source('BiodbFactory.R', chdir = TRUE)
7 7
8 ##################### 8 #####################
9 # CLASS DECLARATION # 9 # CLASS DECLARATION #
10 ##################### 10 #####################
11 11