view dbconfig.R @ 7:55f1691db108 draft default tip

"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e3b17490a958d80ebe78ef1bebebef48948e1240"
author computational-metabolomics
date Tue, 08 Feb 2022 14:00:59 +0000
parents aca2eb389ccd
children
line wrap: on
line source

compoundDbType <- "mysql"
compoundDbPth <- NA
compoundDbName <- "metab_compound"
compoundDbPort <- "3306"
compoundDbUser <- "metab_compound"
compoundDbPass <- "metab_compound"

q_dbPth <- NA
q_dbType <- NA
q_dbHost <- NA
q_dbPort <- NA
q_dbUser <- NA
q_dbName <- NA
q_dbPass <- NA

l_dbPth <- NA
l_dbType <- NA
l_dbHost <- NA
l_dbPort <- NA
l_dbUser <- NA
l_dbName <- NA
l_dbPass <- NA