comparison 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
comparison
equal deleted inserted replaced
5:18254e8d1b72 6:b8f70d8216b3
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