view dbconfig.R @ 8:cb4aeec93d49 draft

planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 7e1748612a9f9dce11a9e54ff36752b600e7aea3
author computational-metabolomics
date Wed, 12 Jun 2024 16:08:23 +0000
parents d4a17be5429a
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