comparison dbconfig.R @ 6:d4a17be5429a draft

"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 2579c8746819670348c378f86116f83703c493eb"
author computational-metabolomics
date Thu, 04 Mar 2021 12:34:06 +0000
parents ab65999a5430
children
comparison
equal deleted inserted replaced
5:2f7cd31eba49 6:d4a17be5429a
1 compoundDbType <- 'mysql' 1 compoundDbType <- "mysql"
2 compoundDbPth <- NA 2 compoundDbPth <- NA
3 compoundDbName <- 'metab_compound' 3 compoundDbName <- "metab_compound"
4 compoundDbPort <- '3306' 4 compoundDbPort <- "3306"
5 compoundDbUser <- 'metab_compound' 5 compoundDbUser <- "metab_compound"
6 compoundDbPass <- 'metab_compound' 6 compoundDbPass <- "metab_compound"
7 7
8 q_dbPth <- NA 8 q_dbPth <- NA
9 q_dbType <- NA 9 q_dbType <- NA
10 q_dbHost <- NA 10 q_dbHost <- NA
11 q_dbPort <- NA 11 q_dbPort <- NA